Take Command / TCC Help v. 13.03

@READSCR

Hide Navigation Pane

@READSCR

Previous topic Next topic No directory for this topic No expanding text in this topic  

@READSCR

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@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.

Comments (...)