I solved in this way:
if(is_avp_set("$avp(s:avp)") && !isflagset(1) && !isflagset(2))
{
...;
}
Anyway, I'm interested to know, why the syntax in the previous email
doesn't work?
Thanks. Regards.
--
Antonio
2010/1/11 Antonio Reale
ant.reale@gmail.com:
> Hi,
> I'm trying this:
> if(is_avp_set("$avp(s:avp)") && !isflagset(1) ||
> is_avp_set("$avp(s:avp)") && !isflagset(2))
> {
> ...;
> }
>
> The first condition before OR operator is never matched. Could you
> please suggest the correct syntax?
> Thank you very much.
> Regards.
>
> --
> Antonio
>