Loop help file
Posted: Wed Sep 19, 2007 12:22 am
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.
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.