RTRIM$ The RTRIM$ function returns a copy of a string without trailing blanks. Syntax RTRIM$(S$) Parameters S$ A string expression that is to be evaluated. Examples 10 A$ = RTRIM("Hi ") !A$ = "Hi"
MPE/iX 5.0 Documentation