Translations - ONYX - 9.0 - Utilisation
Fonctionnement des groupes/51/en
De MappingDoc
The group processes the lines as such:
- The group parses the current line as it checks if it corresponds to the conditions of the first line type. (Condition RED)
- YES --> Checks point 2
- NO --> The group checks if the next line corresponds to the line type (condition) (Line type NOT_BLANK)
- YES --> Checks point 2
- NO --> The group checks if the next line corresponds to the line type (condition) etc
- If there are more types of lines (condition) which are customised, then the NONE line type is executed (Line type which is always present and true). Checks point 2
- Checks the presences of an object in the line type (condition)
- YES --> Checks point 3
- NO --> Checks point 6
- The cursor is moved to the bottom of the SPACE BEFORE of the line type (condition) found
- The group either executes all the objects positioned underneath it (In this example, ADRMAPROUG for the RED condition OR ADRMAPPING for the NOT_BLANK condition) or no objects for the line type NONE
- The cursor is moved to the SPACE AFTER of this line type (condition).
- The group switches to the next line so as to process it. Checks point 1