
Commands in the line-editor (LEd)
=================================
All commands should be written on an empty line, followed by [RETURN].
They may also, as everything else in NT Pro, be shortened a bit.


Command:        Arguments:         To:
-----------------------------------------------------------------------------
!?                                 Show this helpscreen.
!Abort                             Abort text, doesn't save.
!Delete         <Line>[-Line]      Delete one or more lines.
!Add            <User name>        Add receiver to a letter. Max 20.
!Sub            <User name>        Subtract receiver to a letter. (See !Add)
!Insert         <Line>             Insert new line, before line <Line>.
!Change         <Line>             Change line number <Line>.
!Change Subject                    Change subject line for the text.
!Recall                            Recall the text you're replying.
!Whole                             List whole text, with header.
!Show           [<Line>[-Line]]    List one or more lines, without header.
!Load           <Path:Filename>    Load a textfile from disk. (SysOp only!)
!Store          <Path:Filename>    Save text to disk. (SysOp only!)
!Save                              Save text to the meeting.
!Dump                              Use when ASC-sending. Turns off output.
!Stop                              Stop !Dump.


CTRL-codes when in "!Change <Line>":
------------------------------------
CTRL-R : Shows the whole line you're editing, in its original shape.
CTRL-F : Pastes the next letter from the original line.


CTRL-codes that works anywhere in the editor:
---------------------------------------------
CTRL-X : Erase all you've written on the line, place cursor first on line.
CTRL-Z : Saves text to the meeting.


