09-09-2016 06:50 AM
RightClick on Tunnel Mode and Select Concatenating.
09-09-2016 08:20 AM
You are connecting an array of booleans to the conditional tunnel which is probably why it's broken. You will need to make sure every element in that array is true to make sure you want to pass the array.
09-09-2016 08:24 AM
As a recommendation, instead of passing the array out of the loop, you can wire the integer value from before the while loop to the output tunnel to you won't have to reconstruct the integers afterwords.