IB Statements/ClearFormat

From CometWiki

< IB Statements
Revision as of 23:01, 27 May 2009 by Badge (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ClearFormat

Syntax: ClearFormat format-statement-label

Discussion: The ClearFormat statement clears a list of variables, setting strings to the NULL string ("") and numerics to zero.

Example:

MyFormat: FORMAT a$;b$;x;y;z

ClearFormat MyFormat

Personal tools