96
Chapter 5 Automatic Increment/Decrement
Example 1:The Auto Increment C ommand,
^IREPV,3,0^G^M0202000^YAA8+3^G^-^*^IREPE prints:
^Y Turns ON the Automatic Increment/Decrement
function.
AA8 The operand (the starting value).
+3 The operator. This is the amount by which the
operand is incremented.
^G^-^* Com pletes the automatic incremental command
and performs a Carriage Return/Line Feed.
^IREPE Turns OFF the automatic increment/decreme nt
function.
Example 2:The Auto Increment c ommand,
^IREPV,4,0^G^M0202000^Y Y9+4^G^- ^*^IREPE- prints:
^Y Turns ON the Automatic Increment/Decrement
function. The space before Y9 means that three
characters are permitted in the answer.
+4 The operator. This is the amount by which the
operand is incremented.
^G^-^* Com pletes the Automatic Incremental Command
and performs a carriage return/line feed.
^IREPE Turns OFF the automatic increment/decreme nt
function.