An attempt was made to reference an array element with a subscript outside of the range defined for the array using the DIMENSION command.
For example, copying a member array to an existing non-member array with certain dimensions using the ACOPY(В ) function might generate this error. You can avoid this error changing the dimension of the destination array to a single element before calling ACOPY(В ). For more information, see ACOPY( ) Function and DIMENSION Command.