This page last changed on Jul 20, 2012 by wikibot.

SORT()

Synopsis

Sorts a list of key/vals into a list of keys, based upon the vals.

Description

Takes a comma-separated list of keys and values, each separated by a colon, and returns a comma-separated list of the keys, sorted by their values. Values will be evaluated as floating-point numbers.

Syntax

SORT(keyval,keyvaln[,...])
Arguments
  • keyval
    • key1
    • val1
  • keyvaln
    • key2
    • val2

Import Version

This documentation was imported from Asterisk Version SVN-trunk-r370328

Document generated by Confluence on Nov 02, 2012 17:42