Naming Levels in Drafting Views

I am trying to set level names in drafting views on a detail item family. I need the first names to be Level 01, Level 02 … Level 09; Not Level 1 , Level 2… etc. How can I do a string search and replace so if the number is only one digit, insert a zero in front of it?

You can do this using a String.PadLeft node:

1 Like