Function Alltrim() Foundation
Removing leading and trailing blank spaces from a character string.
Alltrim( <cString> ) --> cTrimmedString
The return value of Alltrim() is a copy of <cString> without leading and trailing blank spaces.
The character function Alltrim() removes all blank spaces (Chr(32)) at the beginning and end of a character string. The similar functions LTrim() and RTrim() remove blank spaces only at the beginning or end of a character string. The counterpart to Alltrim() is the function PadC(), which adds blank spaces to the beginning and end of a character string.
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.