34,333
edits
Changes
→Visual Basic Do While Loops
== Visual Basic Do While Loops ==
<google>ADSDAQBOX_FLOW</google>
Another way to use a ''Do Loop'' is to make use of the ''While'' keyword. A ''Do ... Loop'' which uses the ''While'' keyword will loop as long as the ''While'' expression evaluates to ''True''.