Description
Removes spaces from the end of a string.
Syntax
RightTrim ( string )
Return value
String. Returns a copy of string with trailing blanks deleted if it succeeds and the empty string ("") if an error occurs.
Examples
This expression returns RUTH:
RightTrim("RUTH ")
See also
RightTrim in the section called “RightTrim” in PowerScript Reference