SortListUsingHandler | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.sort | |||||||||
Summary | Sorts Target using Handler as a comparison function. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | SortListUsingHandler sorts a list by comparing the elements of a list according to the comparison implemented by the Handler argument.
| |||||||||
Tags | sorting |