You can't save a string array to a file unfortunately. You could put every entry together into one string with some kind of separator after each one and save it as a TXT though. You would have to load the TXT and split all the parts up to convert them into a string array later.