I’m trying to pull out just the set of numbers highlighted in green, to use later as a vector. Using lists selects whole rows; is there away to discard the other data?
Thanks!
I’m trying to pull out just the set of numbers highlighted in green, to use later as a vector. Using lists selects whole rows; is there away to discard the other data?
Thanks!
Yes. Probably the ‘F’ input values to X vector?
Unfortunately I just get the single input value from that. I want the accrued values from the array component.
Nothing I can do (easily) without examining your GH file. If ‘G’ is points, you can deconstruct X values, or you could parse the text from ‘X’ in that first text panel.
P.S. Or you could just use Series to generate the same sequence with the same inputs:
The Split Text does exactly what I was looking for.
However, you are correct about the series though, that’s actually a much better way to do what I need!
Thanks for the help!
Yes it is! Glad you agree, good choice.
P.S. By the way, there are many ways to use Series for a similar purpose.