Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
VB Programming

The foreach loop

 

Control Structures

The foreach loop

The foreach loop allows us to run over a set of values in an array or similar structure.

See also: Iterating