RTrim

Description

Returns the specified value with all spaces trimmed from the end of the string.

Syntax

RTrim(String: String): String 

String is the string value on which to perform the function.

Example

RTrim(“100   “))

The return value is 100.