Home > Available Help Files > PC-DMIS BASIC Language > Cypress Enable Scripting Language Elements > Control Structures > Loop Structures > While Loop
Current Help File: PC-DMIS Basic (View Core Help)
The While...Wend loop is similar to the Do While loop. The condition is checked before executing the block of statements comprising the loop.
While condition
statements...
Wend