lines

Used with the sort command, number function, and is among and is not among properties to designate the return-delimit portions of a string.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

lines

# Examples

put the number of lines of the result into tLinesToCheck

# 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 delimit 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

# See

- **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