Save Files
Root / Programming Questions / [.]
TuktyCreated:
No, no no
Probably, at least
You can make an array of a fixed length, like 20, and then save that with SAVE “DAT:FILENAME”,ARRAY
And loading it: First, define the array with the exact same size with DIM, then try something like LOAD “DAT:FILENAME”,ARRAY,0
Alternatively, you could look into saving strings into TXT filetypes, but you’ll need to learn another variant of the SAVE/LOAD procedures. Try typing in a valid keyword, such as SAVE or LOAD, then pressing the Help button while the cursor is over said keyword.