[ic] If and component problem

Alex Lofaso (Planetanime.com) interchange-users@icdevgroup.org
Mon Dec 9 15:03:00 2002


>
>> [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