General question before I get too deep here: I have am writing a program (or rather this is just part of a much larger program) that needs to read string values into a text file from two different source: source 1) dynamically learned over a wireless network (via custom generated nmea-type sentences); source 2) user specified input via on-screen keyboard. these strings need to be read into a text file and displayed on screen as list.
BUT heres the rub: this same array of strings needs to have the ability to be modified by the user, i.e. strings within the array need to be able to be remove/deleted as the user requires. and all of this displayed on the screen as the changes are made.
Any suggestions? I have come across several useful forum posts already that address various aspects of what I'm trying to accomplish just need some advice. Would a .txt file or .csv file be better?
1