{currenthelptext} {product} {helptype} {viewcore}
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