Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Xeda112358 on April 25, 2011, 09:11:07 pm

Title: [Request] BASIC Subprograms
Post by: Xeda112358 on April 25, 2011, 09:11:07 pm
Hello all! I am working some more on LSDOS and I am now in need of ideas for BASIC sub programs. I am looking for sub-programs that many BASIC programs can use. For example, I might make a program to handle high-scores that can be used by several programs.

Thanks in advance!
Title: Re: [Request] BASIC Subprograms
Post by: ZippyDee on April 25, 2011, 09:58:16 pm
Just to clarify, you're looking for actual fully-functional subprograms, not just small routines, right?
Title: Re: [Request] BASIC Subprograms
Post by: Xeda112358 on April 25, 2011, 10:16:42 pm
I want codes that can be tools for BASIC programs to use. Pretty much, LSDOS checks a BASIC program for a header and if it is there, it reads a line of data to figure out which sub programs to load to RAM. The program can then use those sub programs. The idea is that multiple programs can make use of these sub programs and routines to cut down on overall size.