StringIsGreaterThanString | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.string | |||||||||
Summary | Determines whether Left is greater than Right under a char by char comparison | |||||||||
Parameters |
| |||||||||
Values |
| |||||||||
Description | Left is greater than Right if and only if Left and Right are not equal, and the unicode codepoint of the first char in Left that is not equal to the corresponding char in Right is of greater value. | |||||||||
Tags | strings |