cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Test on boolean variables

Anonymous
Not applicable
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?
1 REPLY 1
Anonymous
Not applicable
Suddenly the test started to work as it should.