PlayKid Posted August 21, 2005 Posted August 21, 2005 Dear all, I am trying to read something from a text file, and each line representing different thing, how do I do that? Thanks PlayKid Quote
Joe Mamma Posted August 21, 2005 Posted August 21, 2005 Dear all, I am trying to read something from a text file, and each line representing different thing, how do I do that? Thanks PlayKid :mad: Do you have MSDN help installed??? search "Read Text From A File" Quote Joe Mamma Amendment 4: The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized. Amendment 9: The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people.
bri189a Posted August 21, 2005 Posted August 21, 2005 Take a look for any book on amazon that covers OOP (Object Oriented Programming) - probably want to start with a beginners book; looking at your other posts this will help you with a lot of your questions - no offense, just trying to offer some guidance. Quote
FYRe Posted August 22, 2005 Posted August 22, 2005 (edited) Make sure your directory in which DATA.txt is located, is correct. the first "sr.ReadLine", reads the first line of the DATA.txt the 2nd "sr.ReadLine", reads the 2nd, and so on ...Example2.zip Edited August 22, 2005 by PlausiblyDamp Quote sOMEONE'S gONNA dO iT, wHY nOT yOU ?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.