Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting Data Types
Message
 
To
29/05/2003 09:05:21
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00793884
Message ID:
00793985
Views:
20
>How do I subtract 2 select statements? They're both set to variables (strout, strout2). I can't seem to convert my string variables to integers so I can subtract without errors. Help?!?!

// Set both as int
int lnstrout = Convert.ToInt32(strout), lnstrout2 = Convert.ToInt32(strout2);



HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform