ARPUS/ce, Version 2.6.2 (03/10/05)    (SCCS 1.4)
_______________________________________________________________________________
    er <nn>
    "edit raw"
    
    DESCRIPTION:
        'er'  takes  as  an  argument  a  single  one- or two-digit hexadecimal
        number, treats it as the value for an ASCII character, and  inserts  it
        at  the  current  cursor  position.   In overstrike mode, the character
        under the cursor is replaced with the new character. 
        
        Depending on the value of <nn>, the inserted character may or  may  not
        be  visible  in  the edit window.  <nn> can be any value between 01 and
        hex FF; 0 is not an acceptable value. 
        
        Certain non-printable characters can be designated by special  symbols,
        depending on the current search mode:
        
                                         Search Mode
                                     AEGIS         UNIX
                Backspace             @b            \b
                Form Feed             @f            \f
                Newline               @n            \n
                Carriage Return       @r            \r
                Tab                   @t            \t
                Vertical Tab          @v            \v

        Control syntax, such as ^c an ^d is also acceptable.

    NOTE:
        When using \ (or @) syntax in a key definition. The escape characters
        must be duplicated.
        eg.  kd ^f er @@f ke
             kd ^f er \\f ke
    
    RELATED HELP FILES:
        hex           (Hexadecimal Mode)     
        ed            (Delete Character)     
        ee            (Edit Erase)           
        ei            (Insert/Overstrike)    
        en            (Enter Newline)        
        es            (Enter String)         
        
        support       (customer support)     
        

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