EVERY

EVERY Delay DO Statement

Since 3.21

Executes a statement repetitively every Delay seconds, internally using a timer.

If the statement indirectly calls STOP EVENT, then the timer is stopped.

This instruction internally creates a global variable used as a lock, so that if you call the same EVERY instruction again, it will be ignored until the previous one has been stopped.

See also