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.
Code (F2)
■ Goes (or returns) to the programming environment and
allows you to edit, move, or remove modules and procedures
from the active project.
■ Procedures can also be moved from one module to another.
■ To edit, delete, or move a module or procedure:
1. Choose a module (.BAS) or procedure from the list
displayed in the list box:
Choose item to edit:
┌──────────────────────────────────────────────────┐
│ MAIN.BAS 1 │
│ Sampleone 1 │
└←░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░→┘
MAIN.BAS is the Start-up file
• The status line indicates whether the selection
is a start-up, module, SUB, FUNCTION, or include
file.
• Module names are displayed as uppercase; procedure
names are indented.
• The number to the right of the item represents its
size in kilobytes (K).
• Up to 28 modules or procedures are displayed in
the two-column list. Use the horizontal scroll bar
at the bottom of the list box to display additional
items if they are not within view.
2. Press Enter or choose Edit in Active to load the
project item in the active window,
╔══════════════╗
║Edit in Active║
╚══════════════╝
choose Edit in New to load the project item in a
new window,
┌──────────────┐
│ Edit in New │
└──────────────┘
choose Delete to remove the item from the active
project,
┌──────────────┐
│ Delete │
└──────────────┘
choose Move to change the location of the item
within the active project,
┌──────────────┐
│ Move │
└──────────────┘
Note: The Move button is not available if the item
selected is the start-up file or a module. Only
SUB and FUNCTION procedures may be moved.
or choose one of the following:
┌───────────────┐
│ Cancel │ To cancel the operation
└───────────────┘
┌───────────────┐
│ Help │ To get help
└───────────────┘