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?

