[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Simple conditional problem
"Joel Stewart" <jstew@natural-parenting.com> writes:
> Hello
>
> Can anyone please help me with what is probably a very simple problem. I am
> trying to use a conditional statement to not display the price for a gift
> certificate with in a loop
>
> [if [loop-code] =~ /^gift_cert/i]Available in any
> increment[else][loop-price][/else][/if]
[if explicit][condition]'[loop-code]' =~ /^gift_cert/i[/condition]
Available ...
[else]
....
[/else][/if]
may work.
Ciao
Racke
--
Master of Swiss Web 2001: http://www.zweifel.ch/
For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)