Log in

View Full Version : If condition... does not equal?


Kirk Y
11-19-2005, 04:55 PM
I'm trying to setup an if condition to show something if the script doesn't equal something.

Like this: <if condition="THIS_SCRIPT=='index>
Only I want it: <if condition="THIS_SCRIPT doesnt equal 'index'>

Any ideas? Thanks in advance.

Marco van Herwaarden
11-19-2005, 05:00 PM
Use != instead of ==