RTrim

Trims all whitespace on the right side of the string.

Syntax

RTrim ( string )
ParameterDescription

string

Input string.

Example

RTrim("STRING   ")

returns "STRING"