It would cool to have the ability to decide if the inclusion should take place or not for the INCLUDE statement during the pre-processing.

what I mean is to have some new functionality where we can decide if we need to "INCLUDE" files or not.

Example:

#IFNDEF $GLOBAL_DEFINE
#DEF $GLOBAL_DEFINE
INCLUDE "Inc\header\Script1.kix"

INCLUDE "Inc\header\Script1.kix"
#ENDDEF

The #DEF, #IFNDEF and #ENDDEF would be used by the kixtart to see if it needs to include or not the include files.
_________________________
Treat people the way you want to be treated.