Loop help file

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
echase
Posts: 429
Joined: Mon Jun 11, 2007 11:55 am
Has thanked: 49 times

Loop help file

Post 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.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post 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".

Post Reply