Mar 14, 2003 #1 E Electron Member Joined Mar 8, 2003 Messages 7 Is there a way to count the number of lines in a text file? Thanks for the help (A head of time) Electron
Is there a way to count the number of lines in a text file? Thanks for the help (A head of time) Electron
Mar 14, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* Yeah, use the Readline method in StreamReader.
Mar 15, 2003 #3 E Electron Member Joined Mar 8, 2003 Messages 7 Could you explain a little? I am some what new to using text files.