Discussion:
Overflow err6, reading an ini file
(too old to reply)
Lars W
2005-03-08 21:52:13 UTC
Permalink
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
Michael Cole
2005-03-08 22:37:37 UTC
Permalink
Post by Lars W
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
CLng


--
Regards,

Michael Cole

Loading...