Purpose:
Removes spaces from the end of a string.
Parameter:
String
Return value:
Example:
RTrim$("John ") Result: "John"