Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

RTRIM$ returns a string value without spaces (and CrLfand CrLf's) following it

Syntax

RTRIM$(StrExpr$, [Mode%=0,1])

...

  • Mode%=0 or omitted, RTRIM$ returns a string value without spaces on the right side.
  • Mode%=1 RTRIM$ returns a string value without spaces or CrLfor CrLf's (Carriage return Linefeeds) on the right side.

...