Login
Products
Development Software
Open Source Software
Pyxis Boards
Do/Loop
A Do/Loop statement is similar to a For/Next statement in that it repeats the code within the block. Unlike a For/Next,however, Do/Loop statements have no conditions. The code inside of the block will continue to execute forever until a break statement is executed.