Posted by Robert G Laurin on August 09, 2016 at 08:12:26:
I am trying to avoid using multiple USE/INCLUDE files in some new projects.
I found that I works great to include both declaratives and executable code in the same USE/INCLUDE file with the use of .IF DECPASS and .IF EXEPASS. Still have to put an USE/INCLUDE statement in each section of the code.
However, for the PROC compiler (functions and SUBROUTINES) I have no way to tell the compiler when to pick them up...
Is there a PROCPASS ? or something similar ?
Is the EXEPASS flag turned off before compiling the PROCs?
It would also be nice to be able to USE/INCLUDE a piece of code only once and have it included in all passes. Maybe a GLOBAL.INCLUDE
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.