Home > lang > cstr 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
CStr
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.

Example

PRINT CStr(-1972)

-1972

PRINT CStr(Now)

05/16/2002 15:08:31

PRINT CStr(Pi)

3.14159265359

See also

Conversion Functions