Description
Returns the specified string with all spaces trimmed from the right end.
Syntax
RTrim(AString: String): String
Example
RTrim(“100 “))
The return value is 100.