Measurement-computing Micro 488/EX rev.2.1 Bedienungsanleitung Seite 158

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 218
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 157
Section 5 Command Descriptions
5.88
BUS STATES None
EXAMPLES
PRINT#1,"TIME FORMAT HH:MM:SS AM"
PRINT#1,"TIME"
INPUT #1,T$
Read the time string
PRINT T$
Printed to the screen
01:12:22 PM
Output is time dependent
PRINT#1,"TIME FORMAT HH:MM:SS /AM"
PRINT#1,"TIME"
INPUT #1,T$
Read the time string
PRINT T$
Printed to the screen
01:12:23
Output is time dependent
PRINT#1,"TIME FORMAT HH:MM:SS"
PRINT#1,"TIME"
INPUT #1,T$
Read the time string
PRINT T$
Printed to the screen
13:12:24
Output is time dependent
Seitenansicht 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 217 218

Kommentare zu diesen Handbüchern

Keine Kommentare