[Loop_Continue] ends the current iteration of a looping method and immediately starts the next iteration.
loop_continue
Use the [Loop_Continue] method. The following example loops from 1 to 10, tests whether the current loop_count is odd, and starts the next iteration if true, else the iteration continues to output even integers.
Code
loop(10)
loop_count % 2 ? loop_continue
loop_count + '<br>'
/loop
Result
2 4 6 8 10
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments