DataIsLessThanData | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.binary | |||||||||
Summary | Determines whether Left is less than Right under a byte by byte comparison | |||||||||
Parameters |
| |||||||||
Values |
| |||||||||
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. | |||||||||
Tags | binary |