Renumbering SSM in Civil 3d

I’m trying to create a renumbering program and I’ve gotten to this point where my sheet set needs to be numbered 01,02,03,04,05,06,07,08,09,10,11,12, etc.
I’ve got it working to where either everything has a number in front, or nothing has a number in front. the number indexing group i have is below and my example ssm is too. if anyone has any id3ea on why this would be happening i would greatly appreciate the help.

hi


cordially
christian.stan

i added all that for the if statement. the if statement works witht he rest of my code and the pad.left node doesnt produce the same result.

when i look at the list for my if statement, im still getting a 0 in front of the double digit numbers. any ideas on why that is?

I figured it out, i wasnt using the longest lacing from the node.

i am now faced with the issue that the output in the if statement is correct. but for some reason, the input on the following node is not the same. why is that?

1 Like

Looks like lacing again. Flatten the list coming into it and try again. If that doesn’t work preview the result of the flatten node as well and post those results.

1 Like

Hi,
Try to have the same reception/send structures (like said by M. Jacob)
for example

cordially
christian.stan