Changes

Jump to: navigation, search

Visual Basic Do ... Loops

365 bytes added, 18:52, 13 August 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Visual Basic For Loops|Previous]]<td align="center">[[Visual Basic Essentials|Table of Contents]]<td width="20%" align="right">[[Visual Basic Arrays|Next]]</td>
<tr>
<td width="20%">Visual Basic For Loops<td align="center"><td width="20%" align="right">Visual Basic Arrays</td>
</table>
<hr>
 
 
Often when looping it is not possible to know in advance how many times the loop needs to be performed. For example, a loop may need to continue until some specific criteria are met. Under such circumstances the Visual Basic ''Do ... Loop'' structure is used.

Navigation menu