Combining spreads

Hello,

I am working the first time with VVVV experimenting with a tiny data visualisation.

I am reading out an XML file stored on my server, which contains some hashtags from twitter and their tweets.

I succesfully receive my data and store both, hashtags and tweets in seperated IO-Boxes.

What I want to do now is to write my hashtags in a linear spread on screen. The corresponding tweets shall gather around the hashtags in a circle.

It works with a single hashtag. But I dont know how to iterate through the IO boxes in the right way. I have attached my my first attempt.

I am very thankfull for every hint.

combiningspreads2.v4p (40.9 kB)

Ok somehow with cons (spreads) But how?