Retrieves a string 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 |
String |
Value |
The string stored at the specified cell. |
Returned Status
SUCCESS |
The string was retrieved successfully. |
FAILURE |
The specified table or cell was not found. |
Remarks
None.