RE: [GAME]Continue The Code 03-21-2011, 06:04 AM
#8
Code:
Dim HelloWorld As String = "Hello World!"
For intI As Integer = 0 To HelloWorld.Length - 1
Console.WriteLine(HelloWorld.Substring(intI,1))
Threading.Thread.Sleep(500)
Next
Console.ReadLine
![[Image: rytwG00.png]](http://i.imgur.com/rytwG00.png)
Redcat Revolution!