Navigation: Scripting Reference Manual > Functions & Subroutines > GetTextString

 

GetTextString

 

Contact Us: fredsupport@photonengr.com

 

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

GetTextNumber

Examples

 

 

 

 

 

Copyright © Photon Engineering, LLC