Previousat Up
Array

Array Method atPut

Store aValue at position anIndex. Raise an exception if anIndex is outside the bounds of the array.

Using Parameters
anindex PIC S9(9) COMP-5
avalue GROUP