Syntax:
CDec(Num|$)
Conversion
Description:
Converts to a decimal (96 bit scaled real).
Parameter
Description
Num|$
Converts a number or string value to a 96 bit scaled real.
Example:
Sub Main Debug.Print CDec("1E16")+0.1 ' 10000000000000000.1 End Sub