TME |
Time in Hours Past Midnight |
Decimal numeric, PRECISION 6, system time
The TME 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
TIM Time in Hours Past Midnight
print tme
settime 1.10
print "Current time ",tme
->run
19.341613
Current time 1.100502