Arrangements of list one by one


i believe there is super easy parametric ways to input two lists one by one kindly help me to learn

Use the weave component with the two lists

1 Like

I would also advice, for the first 3 months in your learning journey with gh, to completely disable the SHIFT keys on your keyboard, in such a way to be forced to use Merge components to join together multiple inputs in one single stream

1 Like

Thanks it realy works well and its easy but what is the deal with patter input in weave could u please explain (it is a integer input ) it wont work if i give any integer such as 1 2 or 0

disconnect everything from Pattern, the default is 0/1

i get what i want if i left the pattern input empty(dafault input) but if i give 0 or 1 it wont connect properly

an ill keep in mind to use merge from now on

The pattern input wants a list of integers. The default {0, 1} alternates items from the two lists, but you can do more complicated patterns like {0, 0, 1, 1} or {0, 1, 0, 2}.

1 Like

the pattern requires a list of 0/1/ecc(optional) and it is a pattern (not the entire list but just one time the repeating pattern)
It is like the opposite of the Dispatch but you don’t just have True of False (wich are 1 and 0), you can add more streams to the input if you zoom

1 Like