Excellent! Somebody else is on the "Same Page".

Are you interested in a few improvements?

While it's nice to have all the routines available by simply Including a file, with 100% PBP statements in them, even the routines that you don't use, still take up code space. It limits the amount of routines you can have available, because it uses up all the space you want for the actual program.

By using "Self-Optimizing" macro's, you could have hundreds of routines in place and ready to go. But, only the ones you use in your program will actually take up Code space.

It would mean a lot of editing, but I think you'd find it worthwhile. And, it's much closer to those "Objects" you're looking for.
<br>