beautypg.com

Measurement Computing Micro 488/EX rev.2.1 User Manual

Page 95

background image

Section 5

Command Descriptions

5.25

PRINT#1,"DAY FORMAT DA"
PRINT#1,"DAY"
INPUT #1,D$

Read the day string

PRINT D$

Printed to the screen

TUE

Output is day dependent

PRINT#1,"DAY FORMAT DAY"
PRINT#1,"DAY"
INPUT #1,D$

Read the day string

PRINT D$

Printed to the screen

TUESDAY

Output is day dependent