Array?

I want to store data/value in arrays and retrieve them using by their index. Quite simple…

Arrays in vvvv are called spreads (IOBox with n rows)… correct ? If so, how can I get a specific value stored at a specific index ? I do not seem to be able to find the inlet for the index…

Thanks,

you’re looking for getslice. one value within a spread is called slice and is accessible by its index.

btw, we have a documentation section spreads.

Thanks Woei.

I know that there a documentation. I read the spread page. And feel stupid not having seen the getSlice object. I was looking so much for an inlet that I didn’t see/think about feeding an other object (getSlice) with the spread. But thanks anyway tonfilm for the reminder.