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 an integer can also be converted with Val(), and 32 bit floats with ValF() (with less accuracy than ValD()).Example:
Debug ValD("10.000024") ; will display 10.000024.
Supported OS
Windows, Linux, MacOS X (x86)