Forum Discussion

aafreen_jamadar's avatar
aafreen_jamadar
Occasional Contributor
2 years ago

Checking multiple properties using CheckProperty() method.

Hi, I was wondering if there is a way I can check two statements using the checkproperty() method. I am scripting using python and the idea is to check two different statement separated by the 'or' operator. I have tried using if statement and while loops so far but haven't been successful (yet).