I am moving on from QuickBASIC, which has the ability to support modules. I am wondering, how do I add a module to a PowerBASIC program without using $INCLUDE? I want to have the main program, MAIN.BAS, and the other program, FILE.BAS linked together, but not to be compiled in the same source file. (In QB, there is an advantage to separating the source files and including them as modules rather than as include files.) Thanks in advance
------------------
------------------
Comment