pack/ pak/ join dilemma

Future_Lab's icon

Hey. I'd like to able to make four elements into a list but I'd like it so when I change one element in the list, only that one is outputting a stream of data. I understand that [pak] and [join] do this, but they both also output the last number of all the other elements in the list while one is being changed, which I don't want. How can I go about doing this?

Thanks!

Sym's icon

I'm not quite sure what your question is, but you could run all four elements in four change object to filter out the numbers that don't change.

Future_Lab's icon

I didn't explain myself very well, but none the less I think you may have solved my problem! Cheers.