com.livecode.sort

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.livecode.sort
Summary

This library consists of the sorting operations provided by the standard library of LiveCode Builder.

Description

This library consists of the sorting operations provided by the standard library of LiveCode Builder.

TypeNameSummarySyntax
modulecom.livecode.sort

This library consists of the sorting operations provided by the standard library of LiveCode Builder.

statementSortListAscending

Sorts Target in ascending order.

sort <Target> [in ascending order]

- - -SortListAscendingBinary

Sorts Target in ascending binary order.

sort <Target> in ascending byte order

- - -SortListAscendingNumeric

Sorts Target in ascending numeric order.

sort <Target> in ascending numeric order

- - -SortListAscendingText

Sorts Target in ascending text order.

sort <Target> in ascending text order

- - -SortListDescending

Sorts Target in descending text order.

sort <Target> in descending order

- - -SortListDescendingBinary

Sorts Target in descending binary order.

sort <Target> in descending byte order

- - -SortListDescendingNumeric

Sorts Target in descending numeric order.

sort <Target> in descending numeric order

- - -SortListDescendingText

Sorts Target in descending text order.

sort <Target> in descending text order

- - -SortListUsingHandler

Sorts Target using Handler as a comparison function.

sort <Target> using handler <Handler>