9.0
128
Description
Convert to a single precision real. If Num|$ is too big (or too small) to fit then an overflow error occurs.
Parameter Description
Num|$ Convert a number or string value to a single precision real.
Example
Sub Main
Debug
.Print CSng(Sqr(2)) ' 1.4142135381699
End
Sub
CStr Function
Syntax
CStr(Num|$)
Group
Conversion
Description
Convert to a string.
Parameter Description
Num|$ Convert a number or string value to a string value.
Example
Sub Main
Debug
.Print CStr(Sqr(2)) '"1.4142135623731"
End
Sub
CurDir$ Function
Syntax
CurDir[$]([Drive$])
Group
File
Description
Return the current directory for Drive$.
Parameter Description
Drive$ This strin
g
value is the drive letter. If this is omitted or null then return the current
directory for the current drive.










