Thread: Operators
View Single Post
  #5  
Unread 03-11-2011, 04:55 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Using XML entities is a mixed bag. I'm pretty sure you have to use & for an ampersand, but for greater than/less than, you do not use </> -- Just leave them as is, regardless of it being bad XML.

I might as well use real examples of my own code that work successfully: (I don't think I've ever used >= or <=, specifically)
MATCH=MATCHNAME &amp;&amp; MATCHTARGET
FORCERESET=Parent.Progress.Bar.Progress < LastProgress

Last edited by EQAditu : 03-11-2011 at 04:59 PM.
Reply With Quote