Statements « VB.Net Tutorial






4.Statements
4.1.If( 10 ) 4.11.Do Until( 2 ) 
4.2.IIf( 1 ) 4.12.Do While( 3 ) 
4.3.Select( 7 ) 4.13.Exit( 3 ) 
4.4.Switch( 1 ) 4.14.Continue( 2 ) 
4.5.With statement( 4 ) 4.15.Counter Controlled Repetition( 2 ) 
4.6.For( 9 ) 4.16.GoTo( 1 ) 
4.7.For Each( 2 ) 4.17.Imports( 2 ) 
4.8.While( 4 ) 4.18.On Error GoTo( 2 ) 
4.9.Do Loop Until( 1 ) 4.19.Resume( 1 ) 
4.10.Do Loop While( 1 ) 4.20.Using statement( 1 )