You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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

Syntax

Arguments

  • String Expression is a string value. NullString is considered as a DETERMINED empty string.
  • Mode% are options:
  • 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 CrLf's (Carriage return Linefeeds) on the right side.

Examples

returns


returns


 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview

  • No labels