You can use the following operators to resolve properties
= equals
!= not equal to
&& and
|| or
| or (another one but slightly different - don't remember why)
< less than (numeric only)greater than (numeric only)
<= less than or equal to (numeric only)= greater than or equal to (numeric only)
Post generated using Mail2Forum (http://www.mail2forum.com)