Incremental |
The IncrementalVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| Format | Formats and returns the current incremented value, then advances to the next value for the next call. Each successive call outputs the value increased by the step increment. | |
| GetCurrent | Returns the formatted text string representation of the current value without incrementing. This allows inspecting the current value without advancing the sequence. | |
| Reset | Resets the variable to force output on the next format call, overriding normal output rules. This ensures the next format call produces output regardless of value changes or force settings. | |
| SetPrefix | Temporarily overrides the prefix text string for subsequent output operations. | |
| SetSuffix | Temporarily overrides the suffix text string for subsequent output operations. |