ValD()
Syntax
Result.d = ValD(String$)Description
Transform a string into a double value. The string must be a double in decimal format.
Note: Strings containing a long integer can also be converted with Val(), 32 bit floats with ValF() (with less accuracy than ValD()) and quads with ValQ().
Example:
Result.d = ValD("10.000024") ; Result will be filled with 10.000024.
Supported OS
All