[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] multiple [if]'s
On Tue, Jul 03, 2001 at 07:52:29AM -0400, Tim Watts wrote:
> is there a more efficient way to do this:
>
> [if value 1]
> [if value 2]
> [if value 3]
> [if value 4]
> do something
> [/if]
> [/if]
> [/if]
> [/if]
>
[if type=explicit]
[condition]$Value->{1} && $Value->{2} && $Value->{3} && $Value->{4}[/condition]
do something
[/if]
--
Red Hat E-Business Solutions Jason Kohles
11480 Sunset Hills Road Senior System Architect
Reston, VA 20190 jkohles@redhat.com