FSUC5044
Subscript out of range

Explanation

User tried to access a value outside the scope of the array.

System action

Command ends.

User response

The $#variable command will tell you how many elements are in the array. Your subscript value must be an integer no greater than this value, but no less than one.