| .TIME$ Statement Programming Example. |
|
  QuickSCREEN       Details      Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| TIME$ Statement Programming Example |
|
| The following example sets the current time to 8:00 AM: |
|   |
| '*** TIME$ statement programming example *** |
| ' Do not run this program unless you want to set |
| ' your system clock to 8 a.m. |
| ' |
| TIME$="08:00:00" |
|   |