What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

SequenceIncrementFixup

The SequenceIncrementFixup will increment each iteration starting at 1. This is usefull when a field must be a unique or sequencial value every iteration.

Parameters

None

Examples

<Block name="Header">
  <Number name="UniqueValue" size="16">
    <Fixup class="SequenceIncrementFixup" />
  </Number>
</Block>