RTRIM$STRING FunctionWindows/Unix

A string function that returns a string with trailing spaces removed.

Syntax: RTRIM$(string-expression)
A$ = RTRIM$("Hello ") '-- returns Hello