Syntax:
CDec(Num|$)
Group:
Conversion
Description: Converts to a decimal (96 bit scaled real).
Parameters:
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
EndSub