It’s been a short while working with dynamo, and I’m developing scripts as the need arises. A small part of my script is to convert an alphanumeric sequence to all have two-digit numbers, so that I can sort them. I found the logic for a different process and tried to extrapolate it to my requirement. However, I haven’t had much success. Is there anything I’m not doing right?
I guess I need to know more about the nodes that exist! Pad Left is amazing!
@Jibz_Cello, I did not go through the entire script, but your starting list was exactly what I had. There are different alphabets, and the logic of removing the rest of the string to preserve the alphabet was just what I needed. I padded with the required number of zeros and joined them back, and that’s what I wanted to accomplish!
I am however curious why my original logic did not work.
I had it based on this post: