@READSCR

Print Topic  Return to Overview  Previous Topic  Next Topic 

@READSCR[row,col,length]:  Returns the text displayed in the TCC window at the specified location. The upper left corner of the window is location 0,0. The row and column can be specified as an offset from the current cursor location by preceding either value with a [+] or [-]. For example:

 

%@readscr[-2,+2,10]

 

returns 10 characters from the screen, starting 2 rows above and 2 columns to the right of the current cursor position.

Topic "f_readscr.htm" last edited 1/28/2008. ©2008  JP Software, Inc.
Keywords: @READSCR