• Welcome to Jose's Read Only Forum 2023.
 

timer from other Basics

Started by Ed Davis, July 19, 2022, 02:38:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ed Davis

Does O2 have anything similar to timer from some other Basics?

TIMER Function
Purpose:
To return single-precision floating-point numbers representing the elapsed number of seconds since midnight or system reset.

Syntax:
v=TIMER
Comments:
Fractions of seconds are calculated to the nearest degree possible. Timer is read-only.

Charles Pegge

There are some real-time functions in inc\timerutil.inc, which you could adapt