StripFormat

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Jim (Talk | contribs)
(Created page with "'''StripFormat''' '''Syntax:''' StripFormat format-statement-label '''Discussion:''' The StripFormat statement strips leading and trailing spaces from all of the string var...")

Latest revision as of 01:44, 26 June 2016

StripFormat

Syntax: StripFormat format-statement-label

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

Example:

MyFormat: FORMAT a$;b$

StripFormat MyFormat

There are also StripLFormat and StripRFormat statements that strip only the leading or trailing spaces from the variables.

These statements were introduced for Comet32.

Personal tools