Lindrian commented on a Page, Away System with Dialog  -  Jun 11, 2007

Let me explain $iif for you,

We have variable %var

But we are not sure if its set or not, and wants to run a check.

in a $iif statement, it would look like:
$iif(%var,do this, else this)

To put it out in normal if\'s;

if %var { do this }
else { do this }

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.