Measurement-computing Micro 488/EX rev.2.1 User Manual Page 92

  • Download
  • Add to my manuals
  • Print
  • Page
    / 218
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 217 218

Comments to this Manuals

No comments