8.4

Variable Name Example value when interpreted
%i Current Loop Iteration
Index (always the
innermost loop)
2
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)
l Get Capture Document
l Loop