Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>base/1133 bound error: array assign</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BASE/1133    Bound error: array assign

     Explanation:  When attempting to assign a new value to an array
     element, the subscript specified was greater than the number of elements
     in the array.

     Action:  Correct the program.  The LEN() function can be used to
     determine the number of elements in an array.  The AADD() and ASIZE()
     functions can be used to change the size of an array.

     See Also:  Basic Concepts chapter of the Programming and Utilities
     guide

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson