All Commands
All String
Commands
SEQ_ADD
SEQ_ADD is an abbreviation of Sequence Add
This will increase the value of a string of characters.
- A1 -> A2
- AB -> AC
- A9 -> B0
- AZ -> BA
- I-123 -> I-124
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | val | String | The value to be incremented | |
2 | strict | TRUE | Boolean | Setting this to false will allow individual characters to change from numeric to alpha or alpha to numeric. |