Hi all,
This is a simple example of what i want to do.
I want to add each item at level L1 in the upper list to the corresponding list at level L2 in the bottom list.
i.e: all the items next to the red marks should be added to the list surrounded by the blue box. And all items next to the green marks should be added to the list surrounded by the purple box and so on.
This should result in a new nested list with a new L5.
yeah its working but the problem is that we will have to distribute the lists manually.
Imagine if we have hundreds of lists?
It will be very hard to use such method.
But thanks very much for your trials. I really appreciate that
Great coding. Do you have some practical examples (easier) I try to find your in de the DesignscriptGuide but love to hear if there is some easier reading.
Once you grasp the working of Replication guides list management becomes intuitive and fun.
Some things are far less complicated with code.
I’d advise you not to shy away from code, especially the one liners.
Hope the links to the articles helps you begin to understand the code.