Programming with Reflection
SelectWord method
Syntax object.SelectWord Row, Column
Selects a word in the terminal windowthat is, all text from the specified coordinates back to the first space character and forward to the first space character.
Row Argument type: Integer
The row location of the word to select. You can use rcMouseRow to specify the row where the mouse was last clicked.
Column Argument type: Integer
The column location of the word to select. You can use rcMouseCol to specify the column where the mouse was last clicked.