|
-
Feb 25th, 2006, 02:44 PM
#1
Thread Starter
Junior Member
Reading Varibles from Console
-
Feb 25th, 2006, 05:42 PM
#2
Re: Reading Varibles from Console
Code:
Console.Write("What is your name? ");
String user = Console.ReadLine();
-
Feb 26th, 2006, 06:35 PM
#3
Thread Starter
Junior Member
Re: Reading Varibles from Console
Wow I didn't think of that, thanks for the help I appreciate it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|