LOTUSSCRIPT LANGUAGE


CStr function
Example

Returns a value converted to the String data type.

Syntax

CStr ( expr )

expr


Return value

CStr returns the value of expr as a String value.

CStr(EMPTY) returns the empty string ("").

Language cross-reference

@Text function in formula language

Example
See Also