System Variables

TIM

Time in Hours Past Midnight

Numeric System Variable

Contents

Decimal numeric, PRECISION 6, system time

Description

The TIM 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
TME Time in Hours Past Midnight

Example

print tim
settime 1.10
print "Current time ",tim

->run
19.341613
Current time 1.100502