Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

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.
So instead of 19 changing to 20, it will change to 1A,
and 1Z will change to 20 instead of 2A.

to add a Comment.