Hello,

I am creating a programme, where I type a sentence into a textbox, then send to an XML file to be stored, which works fine.

However when I go to write a 'new' sentence in the textbox and save it to that xml file, and it overwrites the original sentence. I am not great at programming so sorry if I sound stupid sayign this, but I believe I am using what is called a serializable data class to save to my XML file.

If anybody could help me out I would be very grateful.

Thanks