LOTUSSCRIPT LANGUAGE
Removes leading and trailing spaces from a string and returns the resulting string.
Syntax
Trim[$] ( stringExpr )
Elements
stringExpr
Trim returns the trimmed version of stringExpr, but does not modify the contents of stringExpr itself.
Trim returns a Variant of DataType 8 (String), and Trim$ returns a String.
Language cross-reference
@Trim function in formula language
Example See Also