Element: alpha_window.lines[ ]

Type

string

Description

The text of the rows of alpha_window. The array size is equivalent to the current number of rows in the alpha window, although not all lines may be currently visible.

Changing array values will effect an immediate visual change.

Examples

Yields the text of row number 4.

string linetext = win1.lines[4]