hi for all
i have problem that when im using VAL command
to convert any string numbers
if the string > 35000
it will give wrong data
exp.
a$ = "40000"
i% = VAL(a$)
i will not have i% = 40000
is there any other function could convert the string to a number
thanks for all
------------------
Nidal
i have problem that when im using VAL command
to convert any string numbers
if the string > 35000
it will give wrong data
exp.
a$ = "40000"
i% = VAL(a$)
i will not have i% = 40000
is there any other function could convert the string to a number
thanks for all
------------------
Nidal
Comment