Closed dricard closed 3 years ago
I think in A38 this should work but complain on load (🤞 ). Mind checking?
I did a check on the DT client and it does complain, but on execution only (not at load time). `MACRO Syntax Error No closing "end if" found. It does not continu execution passed the 'end' but it does execute the if/end code, including looping through it. So, same behaviour on both clients as far as I can tell. 👍
Some of the errors I got was for code like this:
Of course the last
end
statement is missing anif
, as inend if
but DT client is fine with that apparently.