lines

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
lines
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.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put the number of lines of the result into tLinesToCheck
RelatedProperty: 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.

Tagstext processing