Search

Get Text with Position

Articles

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.

Syntax

Get Text with Position (row_index, col_index, length )

Parameters

Input Parameter Name Description
row_index Row index value
col_index Column index value
length Length of the text to be read

Returns

Return value Description
text Returns text from the given position

Sample

Get Text with Position (4, 14, 6)

  • Returns the text of length 6 from the 14th column, 4th row position of Mainframe screen.

To view all the UI functions, click here.

Did you find what you were looking for?