ener.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
■ More than one condition can cause this error:
 
  • More than one DIM statement for the same static array.
 
  • An OPTION BASE statement that occurs after an array is
    dimensioned.
 
  • An attempt to REDIM a static array.
 
■ Possible solution:
 
  • Verify that you are not:
    ♦ Using more than one DIM statement for the same static
      array.
    ♦ Using OPTION BASE after an array is dimensioned.
    ♦ Attempting to redimension a static array using REDIM.
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.