GetSelText Function (Table)

Class

Table.

Action

Returns the selected text in a single-selection table.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

sText = table.GetSelText( )
Variable Description
sText The text of the selected cell. STRING.

Notes

GetSelText returns the text of the selected cell in a table. If nothing is selected or if the selected cell has no text, GetSelText returns an empty string ("").

Example

STRING sSelectedVal
sSelectedVal = Prod.ProdTable.GetSelText()