Editing Commands: Difference between revisions
Jump to navigation
Jump to search
(edit) |
(edit) |
||
Line 10: | Line 10: | ||
Deletes one or more lines from a program. | Deletes one or more lines from a program. | ||
;[[Display | ;[[Display|Display]] | ||
;[[List]] (LIS) | ;[[List]] (LIS) |
Revision as of 10:16, 5 January 2012
- Auto (AU)
Automatically generates program line numbers for program entry.
- Clear (CL)
Deletes a program and data from memory and/or closes any active procedure files.
- Del (DE)
Deletes one or more lines from a program.
- List (LIS)
Displays some or all lines of the program currently in memory; optionally searches for and replaces a specified string with a new string.
- Merge (ME)
Takes lines of code from a specified program and adds them to the program currently in memory.
- Renum (RENU)
Moves and/or renumbers program lines.
- Edit (ED)
Modifies a program in a third party Editor.