Sambar Server Documentation
CScript Do...while Loops
The
do
loop is very similar to the
while
loop except that the conditional test occurs at the end of the loop body. This guarantees that the loop is executed at least once before continuing.
© 2001 Sambar Technologies. All rights reserved. Terms of Use.