writer
240
edits
m (→Affectation) |
m (→While Loop) |
||
Line 34: | Line 34: | ||
====While Loop==== | ====While Loop==== | ||
In order to loop as long as needed, we will use a "while" loop that | In order to loop as long as needed, we will use a "while" loop that iterates as long as "EnableMacro" is set on "True". | ||
The while loop is an Algorithmic command, and will be | The while loop is an Algorithmic command, and will be added the same way as the Affectation command. Click on "End of Macro", click on the [[Image:AlgoCommandIcon.png]] icon and select "while loop". Then set the loop as follows : | ||
[[Image:WhileLoop.png|framed|none]] | [[Image:WhileLoop.png|framed|none]] | ||