words | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the sort command, number function, and is among and is not among properties to designate space-delimited or quoted parts of a string. Also used with the find command to search for one or more entire words. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Property: properties Control Structure: function Operator: is among, is not among Keyword: word, string, words, trueWords Object: card Glossary: keyword, command, quoted, delimit, Unicode Function: number Command: select, find, sort |
Description | Use the words keyword to sort or select individual words. A word is a set of characters enclosed by spaces, tabs, or returns.
When used with the find command, the words keyword finds cards that contain each of the specified words, though not necessarily next to each other. |
Tags | database |