LabVIEW uses graphical loop structures like While Loops and For Loops to repeat section of code. Learn how to create loops in LabVIEW.
A few years ago, I created a generic "incrementor" block to support LabVIEW loops.LabVIEW: Module to Generate Step Increments
Often, when you write loops, you deal with edge cases and overflows. This block supports overflows . It also has tested edge cases, so you don't have to do that.