Measurement-computing Micro 488/EX rev.2.1 Manual de usuario Pagina 92

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 218
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 91
Section 5 Command Descriptions
5.22
RESPONSE None
MODE Any
BUS STATES None
EXAMPLES
PRINT#1,"DATE FORMAT MONTH DD, YYYY"
PRINT#1,"DATE"
INPUT #1,D$
Read the date string
PRINT D$
Printed to the screen
November 4, 1952
Date output is date dependent
PRINT#1,"DATE FORMAT MON DD, YYYY"
PRINT#1,"DATE"
INPUT #1,D$
Read the date string
PRINT D$
Printed to the screen
Nov 04, 1952
Date output is date dependent
PRINT#1,"DATE FORMAT MM/DD/YY"
PRINT#1,"DATE"
INPUT #1,D$
Read the date string
PRINT D$
Printed to the screen
11/04/52
Date output is date dependent
Vista de pagina 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 217 218

Comentarios a estos manuales

Sin comentarios