Get Custom Table Cell Double    

Retrieves a double from the specified table cell.

 

Input Arguments

 

0

Collection Object Name

Table Name

The name of the table to read from.

1

Integer

Row

The row for the cell.

2

Integer

Column

The column for the cell.

 

Return Arguments

 

3

Double

Value

The double stored at the specified cell.

 

Returned Status

 

SUCCESS

The double was retrieved successfully.

FAILURE

The specified table or cell was not found.

 

Remarks

None.