StripLFormat

From CometWiki

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

Latest revision as of 01:29, 26 June 2016

StripLFormat

Syntax: StripLFormat format-statement-label

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

Example:

MyFormat: FORMAT a$;b$

StripLFormat MyFormat

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

These statements were introduced for Comet32.

Personal tools