First page Back Continue Last page Overview Graphics
Loops
Repeat a bit of code until an expression says 'Stop'
Handy, especially when you have to go through a large amount of data with the same process (subscriber records, searches, formatting rows, etc)
Notes: