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>record command (r)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RECORD COMMAND (R)

Purpose: Write recoords to the default file, to a string register, or to the
         next availabel location of any open file.

Format:  R{1}

Remarks: R         Store the string in $0 in next available default file
                   location and then clear $0.

         {1}       Select one optional modifier as follows:

                   $i        Store the string $i in the next available
                             default file location and then clear $i.

                   x         Store the string $0 in the next available
                             record in file x and then clear $0.

                   $ix       Store the string in $i in the next available
                             record in file x and then clear $i.

         When the default file buffer overflows, the message MEMORY FULL
         is displayed.

Examples:          R$3 puts the contents of $3 into the next available
                   default file location and then clears $3.

                   R$3A puts the contents of $3 into the next available
                   record location in file A and then clears $3.

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