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.
Invalid identifier
■ You have used a character that is not valid in an
  identifier.
 
■ Possible solutions:
 
  • Verify that your DEF FN procedure names contain only
    letters and blanks.
 
  • Verify that your FUNCTION and SUB procedure names start
    with a letter and do not contain these special characters:
         • . (period)    • & (ampersand)     • # (pound)
         • % (percent)   • ! (exclamation)   • $ (dollar)
         • @ (at)        • + (plus)          • - (minus)
 
■ While the FUNCTION procedure names may not contain the
  preceding special characters, they may end with any one of
  these type-declaration characters:
        • @ (at)         • & (ampersand)     • # (pound)
        • % (percent)    • ! (exclamation)   • $ (dollar)
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.