Typical Usage of Name Sequences
- Last UpdatedNov 13, 2025
- 1 minute read
Following is an example showing how to define a sequence named TEST and let the sequence start from 1000. The method Next increments the running number and returns a name composed by the name of the sequence followed by the running number, for example,. TEST1001, TEST1002. Whenever needed it is possible to make a break-in in the sequence and change for example the increment to (for example, 20 instead of 1 as default). This will then generate composed names as TEST1022, TEST1042.
