DataIsLessThanData

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> < <Right>
Associationscom.livecode.binary
Summary

Determines whether Left is less than Right under a byte by byte comparison

Parameters
NameTypeDescription
Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Values
NameTypeDescription
return

True if Left is less than Right, and false otherwise.

Description

Left is less than Right if they are not equal, and the first byte in Right that is not equal to the corresponding byte in Left is of greater value.

Tagsbinary