ValD()
语法
Result.d = ValD(String$)概要
Converts a string into a double value. The string must be a double in decimal format. The number parsing stops at the first non numeric character.
参数
String$ The string to convert.
返回值
The double value of the string.
Remarks
Strings holding an integer can also be converted with Val(), and 32-bit floats with ValF() (with less accuracy than ValD()).
示例
Debug ValD("10.000024") ; will display 10.000024.
参阅
ValF(), Val(), Str(), StrF(), StrD()
已支持操作系统
所有