Up
Array
atPutNext

Array Method at

Return the element at index position anIndex. Raise an exception if anIndex is outside the bounds of the array.

Using Parameters
anindex PIC S9(9) COMP-5
Returning Parameter
returnelement GROUP