DIM SAVARR[3] 'Let's assume I have 3 variables to save SAVARR[0]=HP SAVARR[1]=MP SAVARR[2]=EXP SAVE "DAT:FILE1",SAVARR Note: If you want to save an array... If it's a static array (fixed length), you can just accommodate it in the same save array. If you have a dynamic array, you'll want to create a separate file for it, although there is a semi-complicated workaround.