Function Trim() Foundation
Deletes blank spaces at the end of a character string.
Syntax
Trim( <cString> ) --> cTrimString
RTrim( <cString> ) --> cTrimString
Parameters
<cString>
<cString> is a character string which is copied without blank spaces at the end.
Return
Trim() returns a copy of <cString> with all blank spaces (Chr(32) only) deleted from the end.
Description
Trim() is the abbreviation for RTrim(). See RTrim() for description and examples.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.