Description Retrieves the string in a specific cell of the output window.
Syntax str = GetTextString ( row, col )
Parameters str (String) The string that is in the specified cell.
row As Long The row that contains the cell to be read.
col As Long The column that contains the cell to be read.
Remarks This function retrieves the string in a specific cell of the output window. If there is a problem the function sets an error and returns an empty string.
See Also Examples
|