Search

Get Text From Position

Articles

Use this function to get the text based on the row and column position of the field.

Note: Useful in Mainframe Automation.

Syntax

Get Text From Position (row_index, col_index)

Parameters

Input Parameter Name Description
row_index Row index value
col_index Column index value

Returns

Return value Description
text Returns the text from the given position

Sample

Get Text From Position (4, 14)

  • Returns the text present in the 14th column of 4th row
Did you find what you were looking for?