Make an Incremented String

Takes a source string value and increments it by one.

 

Input Arguments

 

0

String

Base String

The base string from which to base the increment.

 

 

Return Arguments

 

1

String

Resultant String

The resulting string.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

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.