Skip to main content

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

NameTypeDescription

Target

An expression that evaluates to a list of binary data.

Thank you for your feedback!

Was this page helpful?