serializing numbers in the middle of data フォローする
I'm creating a label where i need to serialize and increment only 3 digits in the middle of the data. Example that needs to incremented is in bold: 520100M37, next would be 520101M37, 520102M37 and so on. I only seem to be able to get the last 2 digits at the end of the data to increment only (37,38,39) when i need the 100,101,102,103 to only increment. Any ideas? Using Bartender 2016 Professional. Thanks!
2 コメント

Pete Thane
It sounds like you need to break the data up into different sub-strings and then just set the middle string to increment so you end up with something like this:
Use the ringed button to add the new substrings.
Thanks Pete! This accomplished exactly what I needed it to do. Thanks very much for taking the time to respond.
サインインしてコメントを残してください。