Skip to end of metadata
Go to start of metadata

POP()

Synopsis

Removes and returns the last item off of a variable containing delimited text

Description

Example: POP example

This would iterate over each value in array, right to left, and would result in NoOp(var is three), NoOp(var is two), and NoOp(var is one) being executed.

Syntax

POP(varname[,delimiter])
Arguments
  • varname
  • delimiter

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-6436d82

  • No labels