StripRFormat

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Jim (Talk | contribs)
(initial page)

Latest revision as of 01:31, 26 June 2016

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