Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to convert a value to numeric?
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00392901
Message ID:
00392993
Vues:
10
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform