Release

BULK DATA SAVE (tool)

3

was8bit 2023-08-30 11:25 (Edited)

1) Add this on your menu as a tool

2) Edit this file and add your DATA statements here...

3) goto the program where you want the finished file added

4) select the DATA SAVE tool, and it will convert your data files into one storage file :)

No coding is added between data batches... best used for formatted data where all data is all the same size...


McPepic 2023-08-31 14:37

If you add:

IF IMEM<$4000 THEN POKE $A000+IMEM,10 ELSE PLAY 0,90,9
INC IMEM

After NEXT I, it will automatically add a new line at the end of every DATA block!


Log in to reply.