|
-
May 10th, 2007, 04:30 AM
#1
Thread Starter
Fanatic Member
[2005] Reading a flat file
Hi guyz,
I am using vb.net console application to read a flat file
Does anyone know the codes for it? and how do you write the result that you read onto the console?
Thx in advance
-
May 10th, 2007, 04:37 AM
#2
Re: [2005] Reading a flat file
http://search.microsoft.com/results....file&mkt=en-au
You write to the console using the methods of the Console class whose names begin with "Write".
-
May 10th, 2007, 04:38 AM
#3
Re: [2005] Reading a flat file
Console.WriteLine is the method that you should use to write the output on to the Console Window. Regarding reading the file, you can use StreamReader class which is contained in System.Text Namespace. The samples, ect can be found on MSDN.
Use [code] source code here[/code] tags when you post source code.
My Articles
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
|