Remote-processing CAMBASIC Manuel d'utilisateur Page 138

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 208
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 137
Commands - 105
RENUM
Command
SYNTAX: RENUM [newline] [,increment] [,oldline]
PURPOSE: To renum ber prog ram lines.
REMARK S: newline is the first line number to be used in the new sequence. The default is 10.
increment is the increment to be used in the new sequence. The default is 10.
oldline is the line in the current progr am where renumbering is to begin. The default is the first line
of the program.
RENU M also changes all line number references to reflect the new line numbers. RENUM may not
be used to change the order of program lines. Nor can it be used to create line numbers greater than
65,529.
RELATED: AUTO
EXAMPLE: RENUM
Renumbers the entire progr am. The first new line number will be 10. Lines will increment by 10.
RENUM 300,50
Renumbers the entire progr am. The first new line number will be 300. Lines will increment by 50.
RENUM 1000,1,20
Renumbers the lines from 20 up so they start with line number 1000 and increment by 1.
ERROR: < Line not found> newline or oldline does not exist
< Subscript out of range> if attempt is made to RENUM past line 65,529
Vue de la page 137
1 2 ... 133 134 135 136 137 138 139 140 141 142 143 ... 207 208

Commentaires sur ces manuels

Pas de commentaire