Hi,
Recently I found OScript language reference page about preprocessor directives.
It says "Preprocessor directives are evaluated in the Livelink source code before being compiled" here https://knowledge.opentext.com/knowledge/cs.dll/fetch/-15106263/15106294/15106295/16376487/42329092/42440693/directives.html?nodeid=58572780&vernum=-2
Does they really work like preprocessor directives?
I tried to use them in CSIDE 10.5 and it seems like code between #ifdef #endif still gets compiled into oll. Does it work like usual if statement?
In standard CS modules #define is used inside functions and scripts.
Can we use #define globally? I mean like in C++ where we can have one .h file with tons of global #defines.