Discovered a quiet annoying bug with zip (string): If the count of the input spreads changes, the content of an input with viewer spread count is not updated in the Output. Refer to the Image:
https://vvvv.org/sites/default/files/imagecache/large/images/ZIP(String)-BUG.PNG
Left side: First made a zip from 3 spreads with 1, 2 and 2 slice count. Result was correct. Than I increased the slice count of the 2nd and 3rd to 3. You see the Result in the image top left (red arrow): The first input spread is not represented in the third line.
Right side: Building from scratch (or reconnecting the nodes): No Problem
Below: Zip(Value): No Problem
Please provide an update soon, this is really killing my project (I use the zip(String) a lot and its quite difficult to replace it everywhere with a workaround)
Thanks a lot in advance,
Marf