BASE/1069 Argument error: array assign Explanation: 1. When assigning a new value to an array element, you specified a non-numeric subscript. 2. The variable you applied a subscript to was not an array. Action: Correct the program. See Also: Language Reference chapter in the Reference guide