-
-
Returns any Line in the collection.
-
-
Displays the number of elements in the Line.
-
-
Returns every Line in the collection.
-
-
Returns the first Line in the collection.
-
-
Returns the Line with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
itemByRange( |
from, to) |
→ Line |
-
Returns the Lines within the specified range.
from
|
The Line, index, or name at the beginning of the range. Can accept: Line, Long Integer or String.
|
to
|
The Line, index, or name at the end of the range. Can accept: Line, Long Integer or String.
|
-
-
Returns the last Line in the collection.
-
-
Returns the middle Line in the collection.
-
-
Returns the Line whose index follows the specified Line in the collection.
obj
|
Line
The Line whose index comes before the desired Line.
|
-
previousItem( |
obj) |
→ Line |
-
Returns the Line with the index previous to the specified index.
obj
|
Line
The index of the Line that follows the desired Line.
|
-
-
Generates a string which, if executed, will return the Line.