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.
Object not an array (ERR: 343)
■ A control that is not part of any array was referenced as
  if it had an index. For example:
 
              Command1(3).Caption
 
■ You can reference an object as an array element only if it
  is defined as part of a control array.
 
■ Possible solution:
 
  • Remove the control array part of the object reference or
    create a control array that matches the specification.
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.