Retain zero

Hello

I want to retain the zero as shown on the next image, but as soon I use string.to number the zero is gone.
Is there an easy way to accomplish this?

The numbers are used for naming my sheets.

Use a String.PadLeft node after the String.FromObject node.

1 Like

I’ve figured out how to work with that node.


Thanks!!

1 Like