[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [if]?
This thread has been helpful in explaining a lot of things. Could someone
who knows what's going on summarize all the good info and add it to the
documentation? Possibly as an addendum to this:
http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=ictags04.37
Thanks,
Russ
-----Original Message-----
From: interchange-users-admin@interchange.redhat.com
[mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of
Kevin Walsh
Sent: Tuesday, January 29, 2002 2:22 PM
To: interchange-users@interchange.redhat.com
Subject: Re: [ic] [if]?
> > >
> > > [if type=value term="loop-code" op="eq" compare="[cgi option_code]"]
> > >
> > What you want is probably: term="[loop-code]"
> >
> thank you for trying to help, but that doesn't work either
>
Try one of the following...
Either use "cgi" instead of "value" like this:
[if type="cgi" term="option_code" op="eq" compare="[loop-code]"]
Or drop the "type" parameter and try one of these:
[if term="[loop-code]" op="eq" compare="[cgi option_code]"]
[if term="[cgi option_code]" op="eq" compare="[loop-code]"]
In any case, you need to use "[loop-code]" instead of "loop-code",
as has been suggested earlier.
--
_/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/
_/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h
_/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz
_/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users
- References:
- [ic] [if]?
- From: interchange-users@interchange.redhat.com (Kevin Walsh)