I have a componenent that outputs ten lists, each consisting of ten elements. What I would like is to concatenate these lists, thus forming a list of 100 elements.
I'm used to programming, but Grasshopper and its data model is new to me. As far as I understand, when sending the output from this component into a VB component, the VB component would be working with one list at the time. As opposed to an array of ten lists (i.e. a two dimensional array).
The immediate solution in a "normal" programming environment would be to have a static/persistant list object that would keep the intermediate growing list, but this does not seem to be possible?
How would one solve this?
edit: in the attached picture you can see how the data I am working with looks, in case that might prove helpful.
Tags:
- Attachments:
-