text | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the sort and sort container commands to sort normally, character by character. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: sort, sort container Glossary: keyword, handler, command, sort Keyword: dateTime, character, numeric |
Description | Use the text keyword to improve the clarity of your code. For example, if a handler contains several sort commands and some are numeric, you can use the text keyword explicitly to point up the fact that there are both alphabetic and numeric sorts. Since text is the default sort order, you never actually need to use the text keyword; if you leave it out, the sort is performed alphabetically anyway. |
Tags | database |