RTrim(s:Str):Str
Trim trailing (right) whitespace. Returns the string s with all trailing space and tab characters removed.
If the parameter is EMPTY, returns EMPTY.
See also: Trim, LTrim, Elementary Functions
RTrim(s:Str):Str
Trim trailing (right) whitespace. Returns the string s with all trailing space and tab characters removed.
If the parameter is EMPTY, returns EMPTY.
See also: Trim, LTrim, Elementary Functions