Versions Compared

Key

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

...

The delimiter may be specified as a special or extended ASCII character, by encoding it. The characters \n, \r, and \t are all recognized as the newline, carriage return, and tab characters, respectively. Also, octal and hexadecimal specifications are recognized by the patterns \0nnn and \xHH, respectively. For example, if you wanted to encode a comma as the delimiter, you could use either \054 or \x2C.Example: If ${example} contains

Code Block
titleExample: Prints 3
linenumberstrue


exten => s,1,Set(example=ex-amp-le

...

)
same => n,NoOp(${FIELDQTY(example,-)}

...

)

Syntax

No Format
FIELDQTY(varname,delim)

...

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