Last Updated: Feb 14, 2022
Useful in Mainframe Automation.
Use this function to get the text of length equal to the input value from row and column position of the field.
Get Text with Position (row_index, col_index, length )
Input Parameter Name | Description |
---|---|
row_index | Row index value |
col_index | Column index value |
length | Length of the text to be read |
Return value | Description |
---|---|
text | Returns text from the given position |
Get Text with Position (4, 14, 6)
To view all the UI functions, click here.