Denso Power Net Terminal BHT-7500 Spécifications Page 74

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 560
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 73
Chapter 4. Basic Program Elements
65
4.3 Labels
A label can contain the following characters:
Alphabet characters
Numeral characters
Period (.)
Rules for naming labels
The label length should be limited to 10 characters including periods.
A program can contain up to 9999 labels.
Label names make no distinction between uppercase and lowercase letters.
The following labels, for example, will be treated as the same label.
filewrite
FILEWRITE
FileWrite
No asterisk (*) or dollar sign ($) should be used for a label. The following label examples
are invalid:
*Label0
Label1$
A label made up of only numeral letters as shown below is valid.
1000
1230
Note that a single 0 (zero) should not be used as a label name since it has a special
meaning in
ON ERROR GOTO, ON KEY...GOSUB, and RESUME statements.
A reserved word cannot be used by itself for a label name, but can be included within a
label name as shown below.
inputkey
A label should not start with the character string FN.
Vue de la page 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 559 560

Commentaires sur ces manuels

Pas de commentaire