Insert Element in Index

Hi,

I need insert some elements in the same index in another list.

How to do this?

This would be very easy in python if your indexes are not variable. Are you interested in that approach?

@daniel.petrin If the list have corresponding Empty Lists, as in your post, this should work …
20170817-1

1 Like

Vikram, yes, this worked, but i made by another way, because, it’s not always that is empty list.
So i used List.ReplaceEmptyLists.

Thanks a lot.

1 Like

Thanks vk1, i got it by another way!