
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
Komentarze do niniejszej Instrukcji