LEVEL Statement
- Last UpdatedDec 11, 2023
- 1 minute read
The LEVEL statement is used to specify the different levels a customer may want to use in the naming of parts. The LEVEL statements must occur before the name definition statements.
Syntax:
|
LEVEL, <level_name>; |
|
|
<level_name> |
is an optional name of the level, interpreted as a string. Its size is restricted to 10 characters. |
Example:
LEVEL, ’FULL’;
LEVEL, ’SHORT’;
A maximum of 10 LEVEL statements may occur in the file.