[.NET] Your first console application

Discussion in 'Archives' started by -------owned-------, Jun 17, 2007.

[.NET] Your first console application
  1. Unread #1 - Jun 17, 2007 at 10:23 AM
  2. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    [.NET] Your first console application

    Start a console application.
    Add this:
    Code:
    dim neverend as boolean
    dim name as string
    neverend = false
    while(neverend = false) 
    console.writeline("What's your name?")
    name = console.readline()
    console.writeline("Hello!")
    end while
    
    The while loop is for making your application to run forever.
    If not, the application will close after the last command.
    Enjoy ;)
     
< 1337 pk! | selling 3 great accounts >

Users viewing this thread
1 guest


 
 
Adblock breaks this site