Oh sorry lol. As stated above this is the only way to do this. I've made 2 simple functions that let you save/load arrays into an already defined array. Eg: DIM T$[9] T$[0]="Test" T$[1]="HI" SAVESTR "FILENAME",T$ LOADSTR "FILENAME",DESTINATIONARRAY$