Author Topic: [Request] BASIC Subprograms  (Read 1825 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
[Request] BASIC Subprograms
« 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!

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: [Request] BASIC Subprograms
« Reply #1 on: April 25, 2011, 09:58:16 pm »
Just to clarify, you're looking for actual fully-functional subprograms, not just small routines, right?
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: [Request] BASIC Subprograms
« Reply #2 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.