Changes

Jump to: navigation, search

Visual Basic Do ... Loops

1 byte removed, 19:35, 13 August 2007
no edit summary
== Visual Basic Do Until Loops ==
The ''While'' loop causes the loop to continue until an expression ceases to evaluate to ''True''. In other words, as soon as the expression returns ''False'' the loop exists. The ''Until'' keyuword keyword does the reverse, in other words the loop continues until an expression evaluates to ''true''. As long as the expression returns false, the loop continues.
As with the ''While'' loop the ''Until'' expression may be placed at the start or end of the loop:

Navigation menu