TIB: Unarchiving/Archiving within BASIC 83+ programs
[Prev][Next][Index][Thread]
TIB: Unarchiving/Archiving within BASIC 83+ programs
How do you write a program that will unarchive a program, run it as a
subprogram, and archive it again after the subprogram is complete? (in
TI-83+ basic) I already tried writing this program:
PROGRAM:TESTER
:Unarchive prgmTEST
:prgmTEST
:Archive prgmTEST
The program returned with an ERR:INVALID statement. Can you tell me what the
problem is? Note: prgmTEST was already archived when I ran the program. The
TEST program simply contained nothing.
My e-mail is CalebHwrd@aol.com
~Caleb
Follow-Ups: