Are there any prefixes that can be used in LOAD or SAVE other than the following 13? Even obscure ones, undocumented ones... I want to be sure I have absolutely every file covered. Thanks.
PRG0:
PRG1:
PRG2:
PRG3:
GRP0:
GRP1:
GRP2:
GRP3:
GRP4:
GRP5:
GRPF:
TXT:
DAT:
File types
Root / Programming Questions / [.]
SquareFingersCreated:
There's also PRG: which is equivalent to PRG0:.
Note that there are actually only 2 file types, and all these names are just for telling SB how to load the file.
All of these:
PRG:NAME PRG0:NAME PRG1:NAME PRG2:NAME PRG3:NAME TXT:NAMErefer to the same file (Internally, this is saved as "TNAME"), and
GRP0:NAME GRP1:NAME ... GRPF:NAME DAT:NAMEall refer to another file (saved as "BNAME")