Name

ContinueWhile() — Restart a While() loop

Synopsis

ContinueWhile()

Return to the top of a While loop and re-evaluate the conditional.

See Also

While(), ExitWhile()