If you are recalculating the variable value within the loop, make sure that you SET WHILEOPT OFF. Also, you must never CLEAR a variable within the loop, nor must you define a variable within the loop.

Charles Parks wrote:
Is there a setting to set when using integers in a while loop?

For example:  "WHILE fInteger1 BETWEEN 0 AND .fInteger2 THEN"

Even when fInteger1 becomes larger than fInteger2 my loop still fires.  Is 
there a way to have it stop executing the loop at that point?





Reply via email to