Home > lang > cstr 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
CStr
Syntax
sResult = CStr ( Expression AS Variant ) AS String
sResult = CString ( Expression AS Variant ) AS String

Converts an expression into a string.

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

Examples

PRINT CStr(-1972)

-1972
PRINT CStr(Now)

05/16/2002 15:08:31
PRINT CStr(Pi)

3.14159265359

See also

Conversion Functions