level syntax

The syntax for the creation & update of levels. All words should be on the same line.

Syntax

    LEVEL level_name  LOWER lower_value UPPER upper_value [ACTIVE active_flag]
The details for these options follows
LEVEL level_name
gives the logical name of the level.
LOWER lower_value
a number which gives the lower value for the level to encompass.
UPPER upper_value
a number which gives the upper value for the level to encompass.
ACTIVE active_flag
a logical value (TRUE/FALSE) which determines whether the level should exclude programs.
Defaults to FALSE.


Examples

    LEVEL daemons  LOWER 200  UPPER 499  ACTIVE FALSE

    LEVEL all  LOWER 1000  UPPER 9999  ACTIVE FALSE

    LEVEL 1A-B-AUTO  LOWER 1500  UPPER 1899  ACTIVE FALSE