Removes leading and trailing blanks from the specified character expression and returns the trimmed expression as a character string.
Syntax
ALLTRIM(cExpression)
Returns
Character
Arguments
cExpression Specifies the character expression from which leading and trailing blanks are removed.
Remarks
ALLTRIM( ) can be used to ensure that blanks are removed from data entered by a user.