ValQ()
Syntax
Result.q = ValQ(String$)Description
Transform a string into a quad numeric value. The string must be an integer in decimal format.
Note: Strings containing a long integer can also be converted with Val(), 32 bit floats with ValF() and 64 bit floats with ValD().
Example:Result.q = ValQ("1024102410241024") ; Result will be filled with 1024102410241024.
Supported OS
All