lines | |
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 the return-delimited portions of a string. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Property: properties, lineDelimiter Operator: is among, is not among Keyword: characters, string, character, lines, line, words, items Control Structure: function Function: number Command: sort, select Glossary: keyword, property, command, delimit, chunk |
Description | Use the lines keyword to sort or select individual lines. By default, a line is delimited by return (ASCII 10). However, you can set the lineDelimiter property to any character in order to directly address chunks delimited by that character. A line is a string of characters delimited by a single return character (or a single one of the lineDelimiter character). A single line can contain multiple characters, multiple words, and multiple items. |
Tags | text processing |