When working in Legato, it’s very common to come across a task that must be repeated. Several of our example scripts in this blog have used for loops or while loops. In fact, it’s fairly uncommon to write a script without one because almost any task that is complex enough that it would require a script to be written for it generally needs to iterate over something. This week, we’re going to take a look at what makes the two loop types Legato supports different, and why you would choose one over the other.
Continue reading "LDC #139: For loops vs While Loops, deciding..." »