May 14, 2003 #1 R rmatthew Well-known member Joined Dec 30, 2002 Messages 115 Location Texas I need to read the last line from a text file. Any ideas?
May 15, 2003 #2 nibsy Well-known member Joined Aug 7, 2002 Messages 51 Location Kent, UK You could load the contents of the file into an array and then read the last element of the array.
May 15, 2003 #3 R rmatthew Well-known member Joined Dec 30, 2002 Messages 115 Location Texas thats what I thought - gotta read the entire file first - thanks