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