PRG to TXT?
Root / Programming Questions / [.]
HTV04Created:
I know that they’re technically the same file, but is there a way to save it as a TXT file (so it appears as one in the file select)?
EDIT: Nevermind! I found a way to do it:
LOAD "TXT:FILENAME" OUT S$ 'Load PRG as TXT and put into string SAVE "TXT:FILENAME",S$ 'Save string as TXTThanks for telling me about TXT and PRG working universally, TheV360!