StripRFormat

From CometWiki

Revision as of 01:31, 26 June 2016 by Jim (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

StripRFormat

Syntax: StripRFormat format-statement-label

Discussion: The StripRFormat statement strips leading spaces from all of the string variables contained in a Map or Format.

Example:

MyFormat: FORMAT a$;b$

StripRFormat MyFormat

There are also StripFormat and StripLFormat statements that strip either/both leading and trailing spaces from the variables.

These statements were introduced for Comet32.

Personal tools