Bogdan-Andrei Iancu wrote:
Hi Victor,
Hi Bogdan!
I'm afraid it is not possible like that. But there is a bit ugly way to do it :D : $var(tmp) = $ru; $ru = $avp(s:var_name); if (uri==myself) setsflag(20); $ru = $var(tmp);
if (issflagset(20)) { # do something }
ugly, isn't it ? :(
Hmm. Not so bad. I'll try to do it
Thanks!