TIME |
time returns local time in number of seconds elapsed since midnight.
time
T = time
Gosub TEMPO
Infbox "The time set by sub-programme
TEMPO is:"-num$(time-T)
time returns local time supplied by the system as a number equivalent to 3600*hour + 60*minutes + seconds.
If the time given is wrong, ask your system administrator to correct the system time.
The result is an Integer type.
No associated error.
|
|