Purpose:
|
To find the current day of the month.
|
|
Format:
|
DOM
|
|
Example:
|
10
|
IF+ DOM = 1 THEN 100
|
|
20 END
|
|
|
30 REM NEW MONTH
|
|
DOW
|
|
|
|
Purpose:
|
To find the current day of week (Sun=0).
|
|
|
Format:
|
DOW
|
|
|
Example:
|
10 A = DOW
|
|
|
|
20
|
IF DOW = MON THEN START BLR2
|
|