Hi Group!
I need to write the data from multiple TextBoxes (which I've moved to individual string names) into one text file (miscflds.txt). These individual strings will need to be written one on top of the other. To be clear, it will need to look like this:
Item A
Item B
Item C
Item D
etc., so forth and so on.
Conversely, I will need to read the .txt file line by line and move each line to individual string names and then to their specific TextBoxes.
I've looked around on the net and I've not found good examples that I completely understand. Please know I'm working with Visual Basic (Visual Studio 2010 Express).
Could some of you suggest the codes required? I do understand that when writing I will be required to rewrite the entire file as I cannot overwrite a single line within the file.
Thanks again for the help.
Don