Takes a source string value and increments it by one.
0 |
String |
Base String |
The base string from which to base the increment. |
1 |
String |
Resultant String |
The resulting string. |
SUCCESS |
This command always succeeds. |
If the Base String does not end with a numeric value, the number 1 will be appended. Otherwise, the last whole nu- meric value will be incremented by one.