TIM |
Time in Hours Past Midnight |
Decimal numeric, PRECISION 6, system time
The TIM variable returns the current system time in hours past midnight. The TME and TIM variables are identical.
SETTIME Set Local Time
PRECISION Change Current Precision
TME Time in Hours Past Midnight
print tim
settime 1.10
print "Current time ",tim
->run
19.341613
Current time 1.100502