I faced the NAT1316 error i.e. 'Index not within array structure' through online screens. I debugged the program and came to know that the index specified for the array (defined as: 1 #LINE-ARRAY (1:51)) is not within the dimensions defined for it.
Now, just want to explore that increasing the array size will resolve this problem? On what other areas I should focus upon to take care of this error occurring in future?
You can't just "increase the array size" in the map. You have to make sure that the array size fits the map layout, and that there are no other handling in the index (like processing rules).
In addition, you might want to take a look at the program that populate the array.
Hi
NAT1316 Index not within array structure. Index not within array structure. The index specified for an array is not within the dimensions defined for the array. Check program and correct error.
Hari