Renumber duplicated strings

Hi all,

I have a list of strings, created by List.Count and List.Cycle.
I would like to renumber the part “BD03” ascending to:
BD03
BD04
BD05
BD06
BD07
BD08
The starting number is flexible, so it’s not always BD03.


Renumber String v01.dyn (4.8 KB)

Any help is much appreciated.
Thanks in advance,
Mark

Hi @MJB-online

adios amigo :slight_smile:

Marcel

1 Like

Hi Marcel,

Thank you very much for your response, you definitely pointed me in the right direction.
I created a slightly different method, so the input can be reduced to a minimum.


Renumber String v02.dyn (16.7 KB)

Thanks again,
Mark