Page 1 of 1

Loop help file

Posted: Wed Sep 19, 2007 12:22 am
by echase
The help file says "Loop while
Loops the program until the specified condition becomes true. Enter the conditions which will fulfil the loop."

Should not therefore the properties for the loop be "loop until" and not "loop while"?

E.g. I want a 1 minute loop to cycle until seconds >=60. But in plain English if it says “loop while” it would be obvious to enter “while seconds <=60” instead.

Minor point but this change would clarify Flowcode. Fortunately if you try to enter <=60 it will not accept it.

Posted: Wed Sep 19, 2007 8:12 am
by Steve
This looks like an error in the help file. I will get it changed.

It should say "Repeat the loop while the specified condition is true".