5 lines
138 B
Text
5 lines
138 B
Text
|
|
To increment a numerical string:
|
||
|
|
Convert the numerical string to a number.
|
||
|
|
Add 1 to the number.
|
||
|
|
Put the number into the numerical string.
|