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>file position set (h)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FILE POSITION SET (H)

Purpose: Set record number for next write to a specific file.

Format:  Hn1 = n2

Remarks: H         File position command.

         n1        File name (A-Z).

         n2        Numeric register or literal number.

         This command is only valid on files that have been previously opened.

Examples:

         HR = #5   Sets the next write location in file R to the number stored
                   in numeric register #5 as shown below.

         HC = 0    Sets the next write location in file C to 0.  This will
                   clear file C as shown here:

                   If:                 And:                Then next write
                                                           occurs at:

                   HR = #5             #5 = 3              R(3)

                   HC = 0              ----                C(0)

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