any | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a randomly chosen member of a set. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: first, last Function: random Glossary: keyword, random, chunk expression, chunk, object |
Description | Use the any keyword to specify a random object of a specified type, or to designate a random chunk in a chunk expression. The any keyword does not examine every member of a set; it specifies just one member of the set, randomly chosen. For example, the expression
checks whether |
Tags | database |