[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [if]???
At 09:35 AM 1/29/02 -0600, you wrote:
>I did that and it still doesn't work.
>
>I even try this
>
>[if value "0404-LN" eq "0404-LN"]
>...
>[/if]
>
>and
>
>[if type="value" term="0404-LN" op="eq" compare="0404-LN"]
>..
>[/if]
>
>they don't work.
That's right. This way it won't work.
Try:
[if term="25" op=">" compare="20"]Hello test is okay.[else]Not
Okay.[/else][/if]
[seti testme]2[/seti]
[if scratch testme > 1]Value of Scratch testme ([scratch testme]) greater
than 1[/if]
[if term="0404-LN" op=eq compare="0404-LN"]Okay[else]Not Okay[/else][/if]
[if type=scratch term=testme op=">" compare=1]Yes[else][/else]No[/if]
And read the docs.
http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=ictemplates05%2e05
Best
Ton
--
Alamerce Nederland --- Cornerstone of eBusiness
eCommerce Solutions, Interactive Websites and Website Hosting
Url: http://www.alamerce.nl; Email: info@alamerce.nl; Phone +31-40-2374381
- References:
- [ic] [if]???
- From: interchange-users@interchange.redhat.com (interchange-users@interchange.redhat.com)