Use the weave component with the two lists
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
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}.