User Tools

Site Tools


cookbooks:3.2.x:pseudovariables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cookbooks:3.2.x:pseudovariables [2012/05/03 13:35]
klaus3000 [AVPs]
cookbooks:3.2.x:pseudovariables [2012/05/03 13:35] (current)
klaus3000 [AVPs]
Line 514: Line 514:
 $(avp(x)[1]) = $null; # index will be ignored and top element removed from list $(avp(x)[1]) = $null; # index will be ignored and top element removed from list
 # now: $avp(x) = $(avp(x)[0]) = 2, $(avp(x)[1]) = 1 # now: $avp(x) = $(avp(x)[0]) = 2, $(avp(x)[1]) = 1
-$(avp(x)[*]) = $null; # all AVPs 'x' are deleted+$(avp(x)[*]) = $null; # all AVPs 'x' are deleted
 </code> </code>
  
cookbooks/3.2.x/pseudovariables.1336044930.txt.gz ยท Last modified: 2012/05/03 13:35 by klaus3000