home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / text / hyper / help.lha / Help / cmd_Label.hlp < prev    next >
Encoding:
INI File  |  1994-02-26  |  1.4 KB  |  48 lines

  1. [LANGUAGE english; PAGE 3-9]
  2. [C;6;B]    LABEL command
  3. [J;1;N]
  4.   Because some files are pretty large, you may want \
  5. to get the user within the file rather than at \
  6. start of the file. In that case you must define \
  7. a label on the line which have to become the \
  8. first and use the GOTO instruction.
  9.  
  10.   Each label should be unique within one file. \
  11. Only the first one can be reached. You \
  12. can also use the same labels into another file.
  13.   A label should appear at the beginning of \
  14. a line.
  15.  
  16.   The label name is case insensitive.
  17.  
  18.   The generic syntax of this instruction is:
  19. [2]    LABEL <label name>
  20. [1]
  21.   See also:
  22. [L;3][LINK cmd_goto]            GOTO
  23. [LANGUAGE français]
  24. [C;6;B]    Commande LABEL
  25. [J;1;N]
  26.   Parce que certains fichiers sont relativement grands, \
  27. vous désirerez peut-être que l'utilisateur arrive au \
  28. milieu de celui-ci plutôt qu'au début. Dans ce cas il \
  29. vous faudra définir une étiquette sur la ligne devant \
  30. être la première affichée et utilisez la commande \
  31. 'Aller à' (GOTO).
  32.  
  33.   Chaque étiquette devrait être unique dans un \
  34. fichier. Seule la première sera atteinte. Vous \
  35. pouvez néanmoins utiliser les mêmes étiquettes dans \
  36. un autre fichier.
  37.   Une étiquette devrait apparaître au début de \
  38. ligne.
  39.  
  40.   L'étiquette peut être écrite en minuscule ou \
  41. majuscule. AHelp© ne fait aucune distinction.
  42.  
  43.   La syntaxe générale de cette instruction est:
  44. [2]    LABEL <nom de l'étiquette>
  45. [1]
  46.   Voir:
  47. [L;3][LINK cmd_goto]            GOTO (Aller à)
  48.