LOTUSSCRIPT LANGUAGE
Returns a value converted to the String data type.
Syntax
CStr ( expr )
expr
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