ARPUS/ce, Version 2.6.2 (03/10/05)    (SCCS 1.4)
_______________________________________________________________________________
    ed
    "Delete Character"
    
    DESCRIPTION:
        'ed'  deletes the character under the text cursor.  If the cursor is at
        the end of a line, the newline character is removed,  and  the  current
        line and next line (if it exists) are joined. 
        
        If  the  cursor  is  beyond the end of a line in the edit window or the
        command input window, the region between the end of the  line  and  the
        cursor  position  is  filled with blanks and the newline  character  is
        removed, thus joining the current line and the next line.
        
        If  the  cursor  is  in  the edit window but below the last line of the
        file, lines are added between the last line and the cursor position. 

        An undo of a delete character replaces the character.
    
    RELATED HELP FILES:
        ee            (Edit Erase)           
        ei            (Insert/Overstrike)    
        en            (Enter Newline)        
        er            (Enter Raw)            
        es            (Enter String)         
        
        support       (customer support)     
        

_______________________________________________________________________________
  Copyright (c) 2005, Robert Styma Consulting.  All rights reserved.