Dynamo 2 indexes into 1

Hello,

i have an question. i am learning dynamo and now i have 2 list that i joined into 1 list. its just that the 2 list are now differend index. i need them to be 1 index.

in the photo you see the list that i eventually created now i need from list 0 that index 1 to be behind index 0 does anyone know the solution?

Hi @ t.boessenkoolF7DE4!

This is what you looking for?

1 Like

yes thank you so much :slight_smile:

It was my pleasure :slight_smile:

You could also use “String.concat” node so you simplify your script

2 Likes

If you like to save nodes and use only one python node it could be like this :slight_smile: