{currenthelptext} {product} {helptype} {viewcore}
Do [{While|Until} condition]
[statements]
[Exit Do]
Loop
Do
Loop [{While|Until} condition]
Repeats a group of statements while a condition is true or until a condition is met.
Related Topics:
While..Wend
More:
Example - Do...Loop Statement