Last Updated: Dec 6, 2020
Use this function to get the text based on the row and column position of the field.
Note: Useful in Mainframe Automation.
Get Text From Position (row_index, col_index)
Input Parameter Name | Description |
---|---|
row_index | Row index value |
col_index | Column index value |
Return value | Description |
---|---|
text | Returns the text from the given position |
Get Text From Position (4, 14)