03-12-2012 04:34 PM
i've attached the example I wanted to show
03-12-2012 06:13 PM
hello?
03-12-2012 07:22 PM
Resize the "built array" upwards so it has two inputs. Wire something to the new input. 😉
03-12-2012 07:47 PM - edited 03-12-2012 07:56 PM
thanks for the tip, I'm soo close but I'm messing up on probably 1 step.
So I increased the build array to be able to add another element, and wired that to the input. But now the first column is all the input numbers but I wanted to have them like if the input was 9,
then the first column would be
1
2
3
...
and so on. I'm probably missing one vital step but for the life of me I'm pretty tired and can't think lol.
03-12-2012 08:19 PM
Wire something else to the upper input of the Build Array. Something which changes sequentially with the process.
Lynn
03-12-2012 08:22 PM
03-12-2012 08:30 PM
wow, thank you, that woudl make sense, so that means each loop it would output it to the correct column.
Also since the sequence isn't defined for 0 or below I could just add a constant 1 and sum it together and output it to the build index, and I could have it pair up to the sequence results just fine..
Thanks so much, and I really appreciate for everyone not showing me the answer but guiding me through the process. This is a great learning experience!
03-12-2012 08:37 PM
03-12-2012 08:39 PM
oh right 😃 thanks!!!