Is there any way to pass values outside of the while loop before the loop has terminated? From what I understand, if you use a tunnel, the data isn't there until the entire loop has terminated. Right now, the only way I can get at the data is to place the indicator inside the while loop, which is kind of useless.