26120 |
SLOW
|
( → )
15 millisecond delay.
|
26125 |
VERYSLOW
|
( → )
300 millisecond delay.
|
2F37E |
SORTASLOW
|
( → )
1.2 second delay (4 x VERYSLOW ).
|
2612A |
VERYVERYSLOW
|
( → )
3 second delay.
|
2F2D4 |
dowait
|
( %secs → )
Waits specified number of seconds.
|
3005E |
%>HMS
|
( % → %hms )
Converts from decimal to H.MMSS format.
|
30912 |
%%H>HMS
|
( %% → %%hms )
Same as %>HMS , but for long reals.
|
30077 |
%HMS>
|
( %hms → % )
Converts from H.MMSS format to decimal.
|
3008B |
%HMS+
|
( %hms1 %hms2 → %hms )
Adds time in hms format.
|
300B3 |
%HMS-
|
( %hms1 %hms2 → %hms )
Subtracts time in hms format.
|
2EECF |
TOD
|
( → %time )
Returns current time.
|
2F388 |
VerifyTOD
|
( %time → %time )
Checks for validaty of time. Errors if not
valid.
|
2EED0 |
DATE
|
( → %date )
Returns current date.
|
2F03B |
(>DATE)
|
( %date → )
Sets date, errors if % is not a valid date.
|
2EED2 |
DATE+DAYS
|
( %date %days → %date' )
Adds specified number of days to date.
|
2EED1 |
DDAYS
|
( %date1 %date2 → %days )
Returns number of days between two dates.
|
2EED7 |
CLKTICKS
|
( → hxs )
Returns tick count.
aka: SysTime
|
2EED3 |
TIMESTR
|
( %dt %tm → "dy dt tm" )
Returns string representation of time, using
current format. Example:
"WED 06/24/98 10:00:45A"
|
2F329 |
Date>d$
|
( %date → $ )
Returns string representation of date, using
current format.
|
2F381 |
TOD>t$
|
( %time → $ )
Returns string represent the time, using
current format.
|
2F1AB |
Date>hxs13
|
( %date → hxs )
Converts date to ticks.
|
2F003 |
(Ticks>Date)
|
( hxs → %date )
Returns date from hxs of internal alarm list
format.
|
2F002 |
(Ticks>TOD)
|
( hxs → %time )
Returns time from hxs of internal alarm list
format.
|
2F004 |
(Ticks>Rpt)
|
( hxs → %rpt )
Converts hxs in internal alarm list format to
repetition interval.
|