SortListDescending | |||||||
Type | statement | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.sort | ||||||
Summary | Sorts Target in descending text order. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Generic sort is performed by comparing the elements of a homogeneous list according to the default comparison function associated to the type of its elements. *Note:* It is an error if Target is not homogeneous, i.e. if it contains any elements of differing type. | ||||||
Tags | sorting |