Gossamer Forum
Quote Reply
Nested Ifs
<%ifnot...%> works just like <%if..%> except
<%if variable%> tests to see if there is the 'variable'.
<%ifnot variable%> test to see if the variable
doesn't exist. <%ifnot ...%> must end with a <%endif%>
like <%if...%> does.

Are there some more possibilities like
<if a eq 'x'> and <ifnot a eq 'x'>
whats with <= or 'and' + 'or'

Could i do:
<if a eq 'x'>
<if b eq 'x'>
then do
<endif>
<endif>

Robert



Subject Author Views Date
Thread Nested Ifs Robert 1357 May 20, 2000, 4:18 PM
Post Re: Nested Ifs
Stealth 1334 May 20, 2000, 4:48 PM