segments | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | words |
Summary | Used with the number function to count the number of segment chunks in a container. |
Introduced | 7.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: segment, words, items, characters, lines Constant: space, tab, quote, return Function: number Glossary: delimit, double quote |
Description | Use the segments keyword together with the number function to refer to one or more words or group of characters in a container. A segment is delimited by one or more spaces, tabs, or returns, or enclosed by double quotes. A single segment can contain multiple characters and multiple items or words, but not multiple lines.
|
Tags | database |