CStr function (LotusScript Language)
Returns a value converted to the String data type.
Syntax
CStr ( expr )
expr
Any numeric expression, date, or string expression that LotusScript® can convert to a string.
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