Hello all,
I am working on a project that requires me to write code to access a text document and import that information into a database that is user friendly. I have code in place already to retrieve some of the information needed. However, I am having issues getting the next line of data in a text document.
How would I go to the next line in the document retrieve that information but stop when it see's the word "TOTAL" and loop through the whole document?
Thanks in advance for your help.
I am working on a project that requires me to write code to access a text document and import that information into a database that is user friendly. I have code in place already to retrieve some of the information needed. However, I am having issues getting the next line of data in a text document.
How would I go to the next line in the document retrieve that information but stop when it see's the word "TOTAL" and loop through the whole document?
Thanks in advance for your help.