View Single Post
  #4  
Unread 08-14-2011, 07:37 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by kdmorse View Post
And while I'm at it, do we have an XOR operator, or a logical Not?

So far, my attempts at anything like Test=( !X ) have not worked. I had to resort to Test=X ? false : true.
The operator, as in other programming languages, is !=. In XML write it as '!'=.

As to your first question, the answer is no, but that's because you have to pre-evaluate your expressions anyway, the example code you posted will not work.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 08-14-2011 at 07:41 PM.
Reply With Quote