Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

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