Skip to end of metadata
Go to start of metadata

SHIFT()

Synopsis

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

Description

Example: SHIFT example

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

Syntax

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

See Also

Import Version

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

  • No labels