Remote-processing CAMBASIC Instrukcja Użytkownika Strona 105

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 208
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 104
Commands - 72
LIST
Command
SYNTAX: LIST [line [– [line]]]
LIST #n, [line [– [line]]]
LIST!
PURPOSE: To list a part or all of the program currently in memory.
REMARK S: You can stop the listing by pressing < ESC> . The program is listed through the COM1 serial port
unless you specify otherwise.
The basic variations are:
LIST list the entire program to COM1
/ quick version of above
LIST #1 list the entire program to COM1
LIST #2 list the entire program to COM2
LIST. list 16 lines at a time
LIST! list program with no line numbers
For simplicity the next group of variations shown for COM 1:
LIST 50 list only line 50
LIST 100– 500 list from the line 100 to line 500
LIST 220– list from line 220 to the end of the program
LIST – 50 list from the beginning of the program to line 50
To combine the two groups of variations:
LIST #2,10– 200 list through COM2 from line 10 to line 200.
LIST. lists 16 lines at a time. Pressing the space bar will list the next 16 lines. Pressing any other
key will abor t the listing. The com mand is valid only on the C OM 1 port.
You can use the optional line numbers to define a range.
RELATED: none
Przeglądanie stron 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 207 208

Komentarze do niniejszej Instrukcji

Brak uwag