rtrim
ACTION:
returns string with white space on the right trimmed off
USE:
string=rtrim(string)
EXAMPLE:
s=rtrim "abc "
RESULT:
s="abc"
RELATED:
ltrim
space
str
lcase
ucase