EQA1601E The second expression in the built-in function name built-in function must be greater than or equal to 1 and less than or equal to the number of dimensions of the first expression.

Explanation

The second expression of the named built-in function is dependent upon the dimensions of the array (the first built-in function argument).

Programmer response

Correct the relationship between the first and second arguments.