Softdial Scripter™ - Step Library
Add 1 to Number
Used to perform a simple increment function.
This step is normally used as a loop counter or accumulator, for example to keep a running tally of successful calls.
It is often used with the Compare Values or Decision Branch components to direct script flow when a particular value is reached.
See also Subtract 1 from Number.
Inputs
1. |
Number
|
(Mandatory) |
The number to be incremented, e.g. the 'SaleCount' field. |
Fig. 1 - Add 1 to Number - Inputs
Outputs
1. |
Result
|
The incremented result; in this example, the result is also written to the 'SaleCount' field |
Fig. 2 - Add 1 to Number - Outputs
Outcomes
1. |
Error e.g. invalid input |
2. |
OK
|
Fig. 3 - Add 1 to Number - Outcomes