Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.