Util.RTrimString() Method

Returns the given string with trailing white space characters removed.

Syntax

Util.RTrimString(Text)

The method syntax has these parts:

Part Description
Text (String) original string from which to remove trailing white-space
Return (String) A copy of Text with any trailing white space removed

Remarks

None