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.
New Module (Alt+F,M)
■ Creates a new module and adds it to your project. Files
  already open remain in memory.
 
■ Tip: Use Add File rather than New Module to load and add
       an existing module to your project.
 
■ To create a new module:
    1. Type a file name in the File Name text box.
 
       File Name:
       ┌────────────────────────┐
       │ UNTITLED.BAS           │
       └────────────────────────┘
    2. Choose the file type.
 
       ┌File Type────────────────┐
       │ (•) Module       [*.BAS]│
       │ ( ) Include File [*.BI] │
       │ ( ) Text File    [*.TXT]│
       └─────────────────────────┘
       • Text (.TXT) files and include (.BI) files are not
         tracked in the project (.MAK) file.
 
    3. Press Enter or choose Edit in Active to edit the new
       module in the active window,
       ╔══════════════╗
       ║Edit in Active║
       ╚══════════════╝
       choose Edit in New to edit the new module in a new
       window,
       ┌──────────────┐
       │  Edit in New │
       └──────────────┘
       or choose one of the following:
       ┌───────────────┐
       │     Cancel    │ To cancel the operation
       └───────────────┘
       ┌───────────────┐
       │      Help     │ To get help
       └───────────────┘