[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] [if] [/if] tags help....
Well finally solved my problem thanks to Hans-Joachim... Thanks!
In case anyone else will find the use of the correct procedure (well, now
you know i am a pascal guy... 8-)),
here it is:
[perl arg=scratch]
$Safe{'scratch'}->{'dummy'} = '[item-field category]';
return '';
[/perl]
[if scratch dummy eq '111'] any stuff of 111 [/if]
[if scratch dummy eq '222'] any stuff of 222 [/if]
[if scratch dummy eq '333'] any stuff of 333 [/if]
And again, this one is thanks to Hans-Joachim!
Eran Binyamin Zeitoun.