CStr / CString

String = CStr ( Expression )

String = CString ( Expression )

Converts an expression into a string.

Be careful! The current localization is NOT used by this function.


Example

PRINT CStr(-1972)

-1972

PRINT CStr(Now)

05/16/2002 15:08:31

PRINT CStr(Pi)

3.14159265359


Previous: CShort Next: Datatypes