bas7ener.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.
  ■ An attempt to change the dimensions of 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.