Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert a value to numeric?
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00392901
Message ID:
00392993
Views:
9
>Use the CInt() function to typecast the variables. Something like this:
>
>a = 10
>b = 10
>c = CInt(a) + CInt(b)
>
>HTH
>
>>I must sum 2 values in asp.
>>maybe if
>>a = 10
>>b = 20
>>When i Write a + b it returns 1020
>>I want that its returns 30
>>thanks
Thanks Gary.
Previous
Reply
Map
View

Click here to load this message in the networking platform