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