List of expression elements / Character string operators |
The CLIPPED operator removes trailing blanks of a string expression.
expr CLIPPED
This operator removes all trailing spaces of a string expression.
The CLIPPED operator is typically used to remove the trailing blanks of a CHAR value, which would be printed otherwise.
MAIN DISPLAY "Some text " CLIPPED END MAIN