Rtrim

Syntax:

    stringvar = Rtrim(stringvar)

Command Availability:

Available on all microcontrollers

Explanation:

The Rtrim function will trim the 7-bit ASCII space character (value 32) from the RIGHT hand side of a string.

Use Rtrim on text that you have received from another source that may have irregular spacing at the right hand end of the string.

See Also Trim, Ltrim