9.0

115
CDate(Num|$)
-or-
CVDate(Num
|$)
Group
Conversion
Description
Convert to a date value.
Parameter Description
Num|$ Convert a number or string value to a date value.
Example
Sub Main
Debug
.Print CDate(2) ' 1/1/00
End
Sub
CDbl Function
Syntax
CDbl(Num|$)
Group
Conversion
Description
Convert to a double precision real.
Parameter Description
Num|$ Convert a number or string value to a double precision real.
Example
Sub Main
Debug
.Print CDbl("1E6") ' 1000000
End
Sub
CDec Function
Syntax
CDec(Num|$)
Group
Conversion