Go to: Synopsis. Return value. MEL examples.
isTrue
string
isTrue is undoable, NOT queryable, and NOT editable.
This commmand returns the state of the named condition. If the condition is true, it returns 1. Otherwise it returns 0.None
isTrue SomethingSelected; // Result: 1 //