CDec Function

Syntax              CDec(expr)

Group                Conversion

Description       Convert to a Decimal (96 bit scaled real). 

Parameter         Description

expr                    Convert a number or string value to a 96 bit scaled real.

Example            '#Language "WWB-COM"
Sub Main
    Debug.Print CDec("1E16")+0.1 ' 10000000000000000.1
EndSub