RTrim(<string>)
Returns the result of the expression with ending (right) spaces trimmed off.
Example:
test = Trim(' wow ' + ' haha ') ; test now equals ' wow haha'