2.1
Special functions of the X-07
2.1.1.
The timer
There is a timer inside the
X-07
which functions even when the power is turned
OFF. To read the contents of the timer, type
PRINT TIME$
d)
15 : 33 : 36
L.
L.
L.
i
i
i
Hr. Min. Sec.
The BASIC processes the values of the timer as values of function. Therefore,
to process values of the timer, use character string functions such as MID$,
RIGHT$, LEFT$ , VAL, etc.
The assignment instruction is used to set the timer. For example, let's set the
timer to a.m.
11
hours,
26
minutes and
33
seconds.
TIME$=
"11 :26:33''
The timer can be set directly from the keyboard or as a statement in a program
with a line number. The time is assigned to the TIME$ function when the
RETURN key is depresed.
When setting the timer, the hours, the minutes, and the seconds can be omitted
as follows.
TIME$=
"13:
:"(Hours)
TIME$=
":23:"
(Minutes)
TIME$=":
:33"
(Seconds)
57
Summary of Contents for X-07
Page 1: ......
Page 2: ......
Page 8: ...1 Learning how to operate the X 07 2 Special functions and peripheral devices 3 Reference m ...
Page 10: ...Learmng how to operate the X 07 ...
Page 11: ...2 ...
Page 63: ......
Page 64: ......
Page 107: ...00 ...
Page 108: ......
Page 145: ...136 Instructions Others BEEP MOTOR REM Functions ABS FIX HEX INT SGN START TAB ...
Page 146: ......
Page 147: ......
Page 149: ......