SortListAscendingBinary
Type
statement
Summary
Sorts Target in ascending binary order.
Syntax
sort <Target> in ascending byte order
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.
Parameters
Name | Type | Description |
---|---|---|
Target | An expression that evaluates to a list of binary data. |