Skip to main content

SortListDescendingBinary

Type

statement

Summary

Sorts Target in descending binary order.

Syntax

sort <Target> in descending 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?