RTRIM$
STRING Function
Windows/Unix
A string function that returns a string with trailing spaces removed.
Syntax
:
RTRIM$(string-expression)
A$ = RTRIM$("Hello ") '-- returns Hello