Lines
A collection of text lines.
Lines Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the line with the specified index or name. |
| length |
Long |
read |
The number of lines in the collection. |
Lines Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any line. |
| firstItem |
Object |
Returns the first line. |
| itemByRange |
Objects |
Returns the lines within the specified range. |
| lastItem |
Object |
Returns the last line. |
| middleItem |
Object |
Returns the middle line. |
| nextItem |
Object |
Returns the next line. |
| previousItem |
Object |
Returns the previous line. |