' Visual Basic 2008 9.0 .NET Examples - Iterations - Introduction to Visual Basic : Module Example8 Sub Main() Dim value As Integer ' For value = 10 To 15 Console.WriteLine(value) Next ' Console.ReadLine() End Sub End Module ' Visit www.studyvb.com for more examples. Copyright 2003-2008 De Wolf.