|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Logical AND operator
Is there a logical AND operator which I can use in IF actions (IF (expr1) AND (expr2)), or can this only be accomplished through nested IFs ?
Thanks, Dirk |
#2
|
||||
|
||||
&&
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#3
|
||||
|
||||
But be warned that widget expression language is not true C++ or Java. && in a Conditional widget does not have the short-circuit effect you might expect. Both operands will be evaluated. If that's not what you want, use nested Ifs.
__________________
-- Greg |
#4
|
|||
|
|||
Thanks a lot guys for the info.
Dirk |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|