On 11/2/10 5:13 PM, Alex Balashov wrote:
On 11/02/2010 12:01 PM, Daniel-Constantin Mierla wrote:
What Alex provided for assignment is not working exactly that way, because an assignment to an AVP always adds at the first position like a stack (the index is not relevant for avp in the left side of assignment unless it is '*' and assigned value is null - meaning delete all avps with that name).
That is true. I forgot about that. That still means he could insert the IPs in backward order, though, doesn't it?
yes, it inserts them in backward order.
Cheers, Daniel