TIMER

This command will get the internal system time, which continually increments at a thousand times a second.

  Syntax
Return Integer=TIMER()
  Returns

The return value is an integer value.

  Description

The system time is returned in milliseconds, where 1000 units represent 1 second.

  Example Code
st as DWORD
st=TIMER()
DO
PRINT "since start ";st-TIMER();"ms"
LOOP
  See also

CORE Commands Menu
Index