Translations - ONYX - 9.0 - Utilisation - Fonctionnement des groupes/66/en

Différence entre versions

De MappingDoc
(Page créée avec « Following the process described previously, the ADRMAPPING zone which has the line type NOT_BLANK is executed on the lines which do not have empty lines. Because the front... »)
 
 
Ligne 1 : Ligne 1 :
Following the process described previously, the ADRMAPPING zone which has the line type NOT_BLANK is executed on the lines which do not have empty lines. Because the front spacing of the line type none is 0.60cm, the group then:
+
Following the process described previously, the ADRMAPPING zone which has the line type NOT_BLANK is executed on the lines which do not have empty lines. Because the space before of the line type none is 0.60cm, the group then:
 
# Processes the current line (if the line is <u>not empty</u>):  
 
# Processes the current line (if the line is <u>not empty</u>):  
 
#: Checks for the current line that the line type (condition) NOT_BLANK corresponds --> YES
 
#: Checks for the current line that the line type (condition) NOT_BLANK corresponds --> YES
 
#: Checks that there is an object associated to the line type (condition) NOT_BLANK --> YES there is ADRMAPPING
 
#: Checks that there is an object associated to the line type (condition) NOT_BLANK --> YES there is ADRMAPPING
#: Move the cursor 0.60cm down (front spacing of the line type NOT_BLANK)
+
#: Move the cursor 0.60cm down (space before of the line type NOT_BLANK)
 
#: Executes the objects associated with the line type NOT_BLANK (the ADRMAPPING zone prints the content of the input datastream)
 
#: Executes the objects associated with the line type NOT_BLANK (the ADRMAPPING zone prints the content of the input datastream)
#: Move the cursor 0cm down (after spacing of the line type NOT_BLANK)
+
#: Move the cursor 0cm down (space after of the line type NOT_BLANK)
 
#Processes the current line (if the line is <u>empty</u>) :
 
#Processes the current line (if the line is <u>empty</u>) :
 
#: Checks for the current line that the line type (condition) NOT_BLANK corresponds --> NO
 
#: Checks for the current line that the line type (condition) NOT_BLANK corresponds --> NO

Version actuelle datée du 30 juillet 2019 à 13:37

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Utilisation:Fonctionnement des groupes)
En suivant la procédure de traitement expliquée précédemment, la zone ADRMAPPING ayant pour type de ligne NOT_BLANK va être exécuté sur les lignes n'ayant pas de lignes vides. L'espacement avant du type de ligne aucune étant de 0.60cm, le groupe va alors :
# Traitement de la ligne en cours (cas d'une ligne <u>non vide</u>) : 
#: Vérification pour la ligne en cours que le type de ligne (condition) NOT_BLANK corresponde bien --> OUI
#: Vérification qu'il y ait bien un objet dans le type de ligne (condition) NOT_BLANK --> OUI il y a ADRMAPPING
#: Descendre le curseur de 0.60cm (espacement avant du type de ligne NOT_BLANK)
#: Exécuter les objets appartenant au type de ligne NOT_BLANK (la zone ADRMAPPING imprimant le contenu du flux d'entrée)
#: Descendre le curseur de 0cm (espacement après du type de ligne NOT_BLANK)
#Traitement de la ligne en cours (cas d'une ligne <u>vide</u>) :
#: Vérification pour la ligne en cours que le type de ligne (condition) NOT_BLANK corresponde bien --> NON
#: Vérification pour la ligne en cours que le type de ligne (condition) AUCUNE corresponde bien --> OUI
#: Vérification qu'il y ait bien un objet dans le type de ligne (condition) AUCUNE --> NONE (il n'y a pas d'objet)
# Traitement de la prochaine ligne du groupe : Ligne 3, '''passage au point 1'''
TraductionFollowing the process described previously, the ADRMAPPING zone which has the line type NOT_BLANK is executed on the lines which do not have empty lines. Because the space before of the line type none is 0.60cm, the group then:
# Processes the current line (if the line is <u>not empty</u>): 
#: Checks for the current line that the line type (condition) NOT_BLANK corresponds --> YES
#: Checks that there is an object associated to the line type (condition) NOT_BLANK --> YES there is ADRMAPPING
#: Move the cursor 0.60cm down (space before of the line type NOT_BLANK)
#: Executes the objects associated with the line type NOT_BLANK (the ADRMAPPING zone prints the content of the input datastream)
#: Move the cursor 0cm down (space after of the line type NOT_BLANK)
#Processes the current line (if the line is <u>empty</u>) :
#: Checks for the current line that the line type (condition) NOT_BLANK corresponds --> NO
#: Checks for the current line that the line type (condition) NONE corresponds --> YES
#: Checks that there is an object associated with the line type (condition) NONE --> NONE (there is not any object)
# Processes the next line of the group: Line 3, '''Checks point 1'''

Following the process described previously, the ADRMAPPING zone which has the line type NOT_BLANK is executed on the lines which do not have empty lines. Because the space before of the line type none is 0.60cm, the group then:

  1. Processes the current line (if the line is not empty):
    Checks for the current line that the line type (condition) NOT_BLANK corresponds --> YES
    Checks that there is an object associated to the line type (condition) NOT_BLANK --> YES there is ADRMAPPING
    Move the cursor 0.60cm down (space before of the line type NOT_BLANK)
    Executes the objects associated with the line type NOT_BLANK (the ADRMAPPING zone prints the content of the input datastream)
    Move the cursor 0cm down (space after of the line type NOT_BLANK)
  2. Processes the current line (if the line is empty) :
    Checks for the current line that the line type (condition) NOT_BLANK corresponds --> NO
    Checks for the current line that the line type (condition) NONE corresponds --> YES
    Checks that there is an object associated with the line type (condition) NONE --> NONE (there is not any object)
  3. Processes the next line of the group: Line 3, Checks point 1