[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] If and component problem
>
>> [if data preorders::area::@@MV_PAGE@@]
>> My component yatta yatta
>> [/if]
>
> Try to use a scratch-variable:
>
> [seti foo]@@MV_PAGE@@[/seti]
> [if data preorders::area::[scratch foo]]
> My component yatta yatta
> [/if]
>
>
> René
>
>
Thanks for the help Rene, but I am still having no luck. Is there maybe a
better way to test for data? I know that foo is being set properly as I
can output it in the page. And I'm using 4.8.6...
Thanks
Alex