Measurement-computing Micro 488/EX rev.2.1 Instrukcja Użytkownika Strona 144

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 218
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 143
Section 5 Command Descriptions
5.74
EXAMPLES
PRINT#1,"DATE FORMAT MM-DD-YY"
PRINT#1,"SET DATE 11-04-52"
Set to American format
PRINT#1,"DATE"
INPUT #1,D$
Read the date string
PRINT D$
Printed to the screen
11-04-52
Output is format dependent
PRINT#1,"SET DATE JANUARY 1, 1988"
PRINT#1,"DATE"
INPUT #1,D$
Read the date string
PRINT D$
Printed to the screen
01-01-88
Output is format dependent
Przeglądanie stron 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 217 218

Komentarze do niniejszej Instrukcji

Brak uwag