Purpose
To remove the trailing spaces from a string
Syntax
Trim( <cString> ) cTrimmedString
Arguments
<cString> is the string to remove the spaces from
Returns
Trim() returns <cString> with the rightmost spaces removed.