SortListDescendingText | |||||||
Type | statement | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.sort | ||||||
Summary | Sorts Target in descending text order. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Text sort is performed by comparing string elements on a codepoint by codepoint basis. *Note:* It is an error if Target contains any elements of non-string type. | ||||||
Tags | sorting |