IGNORE

<< Click to Display Table of Contents >>

Navigation:  Reference > Commands >

IGNORE

This command is deprecated and is not available using the Companion pre-processor.

The form of the IGNORE command is one of the following:

IGNORE

IGNORE x.x…,

IGNORE OFF x.x…,

Where each x is the name of a format option (3 characters) or a special (% followed by 2 or 3 characters).

Any format or special in an IGNORE command will be ignored by the compiler for the rest of the CL script until it is used in an IGNORE OFF command.

The formats and specials do have to be valid names.

Example of IGNORE command:

ignore ptb.%avg.xyz.%xyz,

%avg=’anything’,

f=xyz3/dpt3/nptb,

%xyz=’rubbish’,

! these last three lines have no effect except

! to set DPT to 3.