Hi, I can’t seem to be able to use compiler directives such as #ifdef, #else, #endif, etc. in Include files. They work in my main code but not in my Include file (eg. Fred.FI) that I am including with a statement like INCLUDE ‘Fred.FI’
Is this some way around this?