home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-02-26 | 1.4 KB | 48 lines |
- [LANGUAGE english; PAGE 3-9]
- [C;6;B] LABEL command
- [J;1;N]
- Because some files are pretty large, you may want \
- to get the user within the file rather than at \
- start of the file. In that case you must define \
- a label on the line which have to become the \
- first and use the GOTO instruction.
-
- Each label should be unique within one file. \
- Only the first one can be reached. You \
- can also use the same labels into another file.
- A label should appear at the beginning of \
- a line.
-
- The label name is case insensitive.
-
- The generic syntax of this instruction is:
- [2] LABEL <label name>
- [1]
- See also:
- [L;3][LINK cmd_goto] GOTO
- [LANGUAGE français]
- [C;6;B] Commande LABEL
- [J;1;N]
- Parce que certains fichiers sont relativement grands, \
- vous désirerez peut-être que l'utilisateur arrive au \
- milieu de celui-ci plutôt qu'au début. Dans ce cas il \
- vous faudra définir une étiquette sur la ligne devant \
- être la première affichée et utilisez la commande \
- 'Aller à' (GOTO).
-
- Chaque étiquette devrait être unique dans un \
- fichier. Seule la première sera atteinte. Vous \
- pouvez néanmoins utiliser les mêmes étiquettes dans \
- un autre fichier.
- Une étiquette devrait apparaître au début de \
- ligne.
-
- L'étiquette peut être écrite en minuscule ou \
- majuscule. AHelp© ne fait aucune distinction.
-
- La syntaxe générale de cette instruction est:
- [2] LABEL <nom de l'étiquette>
- [1]
- Voir:
- [L;3][LINK cmd_goto] GOTO (Aller à)
-