System Variables

TME

Time in Hours Past Midnight

Numeric System Variable

Contents

Decimal numeric, PRECISION 6, system time

Description

The TME variable returns the current system time in hours past midnight. The TME and TIM variables are identical.

See Also

SETTIME Set Local Time
PRECISION Change Current Precision
TIM Time in Hours Past Midnight

Example

print tme
settime 1.10
print "Current time ",tme

->run
19.341613
Current time 1.100502