I don't know if this will be possible in the next release, but it would simplify LARGE projects...
The ability to call upon and run modules as if they were seperate programs,BUT not being seperate programs...
Imagine a "task" program...
Instead of programing every task into the exe code, we could program in a way that the "main" exe would execute a specified module ("task") as if it was internal...meaning that all global would still be Globals....
Exatcly as with the Modules, but instead of merging them into the exe, compile them into something else like dll or exe...
The ability to call upon and run modules as if they were seperate programs,BUT not being seperate programs...
Imagine a "task" program...
Instead of programing every task into the exe code, we could program in a way that the "main" exe would execute a specified module ("task") as if it was internal...meaning that all global would still be Globals....
Exatcly as with the Modules, but instead of merging them into the exe, compile them into something else like dll or exe...