Returns a character string that results from removing the trailing blanks from a character expression.
Syntax
RTRIM(cExpression)
Returns
Character
Arguments
cExpression
Specifies the character expression from which trailing blanks are trimmed.
Remarks
RTRIM( ) can be used to ensure that blanks are removed from data entered by a user. RTRIM( ) is identical to TRIM( ).