Question Michael Akselrod · Oct 29 Failure to compile *.inc with simple "If" statement Environment: Targeted *.inc file (with hundreds of defined macros) is in use throughout the application and included into every class declaration. Statement "set a = $$$TestIf(3)" is included into a classmethod with no other code in. Expected output 5Same macro options in *.inc: #define TestIf(%arr) if %arr>0 QUIT 5 #define TestIf(%arr) if (%arr>0) {QUIT 5}Issue: failure to compile class with the same error on all tried definition options as: #Code Snippet #InterSystems IRIS 0 9 0 73
Question Michael Akselrod · Oct 28 *.inc file For loop How to define a For loop in *.inc file? #InterSystems IRIS 0 31 0 163