Hello, how can I combine these programs found here
http://www.ticalc.org/archives/files/fileinfo/366/36637.html into one program?
Each of the programs' code references another program. I have tried replacing the prgmNAME, where NAME is the pgrm being referenced, with the code of the NAME program, but it doesn't work. And sorry for being a noob at ti84 programming.
Thanks in Advance!
It won't work because you have to edit the other programs as well. The programs being called all have a token that tells the OS to close that program and return to the calling program.
There's also reasons why you shouldn't combine the programs. The biggest reason being space. If each of those programs are 800 bytes and are called 5-6 times, you add about 4k to the program size. Now find the size of each program and the amount times they are called and add that to the size of the base program and you have your program size. It's just more efficient to have them in separate programs.
I think BasicBuilder works with subprograms as long as it fits in an app.
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
»
Go to Registration page
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum