8.6

Table Of Contents
Variable Name Example value when interpreted
Iteration Index
(always the
innermost
loop)
The %i Loop Count Variable
In version 7.4, the %i variable is introduced. Its value is equivalent to the current iteration of
loops inside of a process. It always contains the value of the innermost loop, and only certain
tasks trigger the counter to start. Here is an example process and the value of %i during this
process:
Initial input tasks do not modify the value of %i. However, the following tasks do trigger
the variable:
l Barcode scan
l Capture Field Processor
l All Splitters (Including the Metadata Sequencer)
Page 596