IB Statements/ClearFormat
From CometWiki
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