SortListDescendingBinary

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
sort <Target> in descending byte order
Associationscom.livecode.sort
Summary

Sorts Target in descending binary order.

Parameters
NameTypeDescription
Target

An expression that evaluates to a list of binary data.

Description

Binary sort is performed by comparing data elements on a byte by byte basis. *Note:* It is an error if Target contains any elements of non-data type.

Tagssorting