Combine OR and AND conditons in same If/else clause

Status
Not open for further replies.

nhanqv

New member
I think it is used often in if/else clause.
Simple case: if (condition1 AND condition2 OR conditon3)
Complicated case: if ((condition 1 OR condition2) AND condition3)

Please add this feature to the new released version

Thanks
 

Dm114

Well-known member
As shown above by Elenkhos, it is quite possible using logical operators (AND/OR/...) with constraints, combined with 'IF' statement AND/OR connector.
 
Status
Not open for further replies.
Top