CalcIt Commands

RTRIM(Expr, c=' ')

Returns a string of Expr where all characters c at the right are removed. The second parameter is optional and if omitted then the space character is assumed.

Go Back