Oninit Logo
The Down System Specialists
+1-913-674-0360
+44-2081-337529
Partnerships Contact
Finderr

-697 STEP expression evaluated to ZERO.

The STEP expression of a FOR statement evaluated to zero.

Example of error:

LET e = -1; FOR i = 10 TO 20 STEP e+1; -- error ... END FOR

Correction: Change the STEP expression so that it evaluates to a nonzero value.