RTrim()
Syntax
Result$ = RTrim(String$)
Removes all the 'space' characters located at the end of a string. Example : Debug RTrim("This is Art ") ; Will display "This is Art"
Debug RTrim("This is Art ") ; Will display "This is Art"
Supported OS
All