My idea was to have a simple symbol or character at the start of each line, then use that to identify when we start writing data into a new string in the array I am reading these lines into. Whichever way I decide to do it, I think it will be good practice for file handling and data transfer.
The project I am thinking of has about a hundred text files which need to be used in a varying order, so the plan is to have an array into which I read the file being used, then use the array until lines run out, then run the read function again on another file and voila!
The project I am thinking of has about a hundred text files which need to be used in a varying order, so the plan is to have an array into which I read the file being used, then use the array until lines run out, then run the read function again on another file and voila!