Tripple if sentence how?

Hello,

i want count by the length of my numbers.

i have 1,2,3,4,...10,11,12...100,101,102...

i want 001,002,003... 010,011,012,...100,101,102,...

it worked well for one condition but not all 3

KR

Andreas

Hi @Draxl_Andreas …could something help

3 Likes

As @sovitek pointed out, there’s already a node that does this.

However, the only issue with your code is the list structure. Your original sequence of numbers is nested. If you didn’t have the additional list level it would work correctly. FYI you also don’t have to create new variables each time you use a list.

2 Likes