Can someone enlighten me about the ELSE macros? From the interface they just appear like any other macros and don't really act as REAL ELSE Macros. People in here with programming knowledge might understand this better.
Yep, that has been exactly my experience.
One can't trust that they will only be executed if the "IF" is false. So, all my "ESLE" macro re-check all conditions. For example, if the "IF" executes when flag 1 is 'on', I verify in the "ELSE" that flag 1 is indeed 'off'.
Maybe, someday, X10 will fix this bug.