07-05-2017 11:01 AM
I didn't mean for each event to write to the file. I wanted the Create event to create an original fresh file. The Open event to open a file that's already been created. And the Save event to save changes that have been made to an already created file. Right now, I only seem to be able to Create a new file. That's all.
07-05-2017 11:55 AM
Hi Orta,
I wanted the Create event to create an original fresh file. The Open event to open a file that's already been created. And the Save event to save changes that have been made to an already created file.
Then why did you write that string to the file in all three events?
What have you tried in the mean time?
07-05-2017 12:25 PM
Thanks GerdW. I see what my problem was. I kept using the write to function for all events. I saw there is a read to file function and others now. I don't know. I was watching some video and it took me down the wrong turn. But actually it's all working now! I used the proper functions along with the Event structure and it was much easier than I thought. Thanks everyone.