Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


[GAME]Continue The Code filter_list
Author
Message
RE: [GAME]Continue The Code #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]
Redcat Revolution!






Messages In This Thread
[GAME]Continue The Code - by 1llusion - 03-19-2011, 02:23 PM
[GAME]Continue The Code - by 1llusion - 03-19-2011, 02:23 PM



Users browsing this thread: 1 Guest(s)