Text (Read Only)

Top  Previous  Next

The Text property returns a string of a specific length contained in any given row and column combination in the current screen.

 

Syntax

 

[string =] Display.Text([row], [col], [len])

 

or

 

[string =] Display.Text(R[row]C[col]L[len])

         

Remarks

 

The row and col parameters specify the screen coordinates of the string. The len parameter specifies the length of the string.

 

 

Related Topics

 

ScreenRow Property