[ic] If and component problem

Rene Hertell interchange-users@icdevgroup.org
Mon Dec 9 14:33:01 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é