Lars W
2005-03-08 21:52:13 UTC
Hi,
I am writting a script that reads an ini file. I know that the value
in the INI file is above 32767, the limit for the for the CInt
function. The value is 65000. How do I get this value into the
variable rader?
rader = CInt(GetField (InEntry, 3, ","))
Best regards Lars
I am writting a script that reads an ini file. I know that the value
in the INI file is above 32767, the limit for the for the CInt
function. The value is 65000. How do I get this value into the
variable rader?
rader = CInt(GetField (InEntry, 3, ","))
Best regards Lars