Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to GIT-19-6436d82

...

Inserts one or more values to the beginning of a variable containing delimited text

Description

Code Block
titleExample: UNSHIFT example
linenumberstrue


exten => s,1,Set(UNSHIFT(array)=one,two,three)

This would insert one, two, and three before the values stored in the variable "array".

...

This documentation was imported from Asterisk Version GIT-19-56f9c28a506436d82