qb45ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Array Already Dimensioned
This error can be caused by any of the following:
  ■  More than one DIM statement for the same static
     array.
  ■  A DIM statement after the initial use of an array.
  ■  An attempt to redimension a dynamic array with a
     DIM statement without using the ERASE statement to
     deallocate the array first.
  ■  An OPTION BASE statement that occurs after an
     array is dimensioned.