Resetting a terminating sequence
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Resetting a terminating sequence
When a terminating sequence stops at its upper or lower
limit, you can reset it by assigning a valid sequence value to it
with the CURRENT–VALUE statement. You can also
reset a stopped terminating sequence by changing it to a cycling
sequence. The first use of the NEXT–VALUE function
for the new cycling sequence resets the sequence to its initial
value.