I have a test like this in my script:
IF cutDiagonal THEN
ENDIF
The cutDiagonal is defines as a parameter of type boolean. It's set to ON.
The problem is that the content within the test is not executed.
I can't find any sample upon how to test this type of variable.
So is it not possible to do it in this way? Or, how should I do it?