posted 21 years ago
I have a form where I have 6 TextFields I'm trying to save this into a file and then have it displayed in a non editable TextArea.
I want to append other records to the file, and when I do a search I want the result displayed displayed in the TextArea.
Is it better to do this with an Array and if so how?