Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Intermec Online Guide - <b>insert command (i)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INSERT COMMAND (I)

Purpose: Append data to contents of string register $0 (default) or other
         string registers.

Format:  I{1}"data"

Remarks: I         Insert data: appent literal string "data" to string
                   register $0 unless optional modifier is used to
                   specify another string register.

         {1}       Select optional modifier:

                   $i        Select string register $i (i = 0 to 3).

         "data"    Literal data; "" are manditory.

                   If appended data would cause more than 128 characters in
                   the string register, then only 128 characters will be
                   retained.

Examples:          I"reader"           Appends reader to string register $0.

                   I$3"INTERMEC"       Appends INTERMEC to string register $3.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson