40X2 Template

tarzan

Senior Member
This template is to demonstrate how to use slots with only a single .bas file keeping all symbols, variables & constants together for easy management. It also employs a method of program direction flow for when returning from one slot to another named my_pointer. Before exiting any slot set my_pointer to the desired point that you want to execute on return and using case select then direct program flow accordingly.

Use of collapsing blocks with headers is also employed as these programs can become very long.

This is intended as an example only and doesn’t actually do anything.
 

Attachments

Top