I need to extract a single line of text from a text file and assign it to a variable so I can display it. The problem is that the user will open the file so I can not specify a file name. The line of text is a time stamp that is in the same position in every file that would be opened and starts with time = . Does any one know how I could get the time stamp from the file that the user opens and assign it to a variable?
Much thanks.
Much thanks.