GetIncrementedCounter |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function GetIncrementedCounter returns an integer value, incremented by one for each call of the function.
GetIncrementedCounter(counterName)
Result type: Integer.
Name | Type | Description |
---|---|---|
counterName | String | Name of the counter on which the incremented value should be based. |
Previous value of counter with given counterName incremented by one
Type: Integer.