Hallo, Tas Pas hat gesagt: // Tas Pas wrote:
Thanks for your immediate answer. The problem which occurs with [select] is that, when a match value reaches [select's] inlet, [select] sends a [bang] to the corresponding outlet and not the value it received and triggered the [bang].
Yes, [select] just starts another action through a bang, depending on input conditions. If you want to reuse the incoming value, you need to store it temporarily, for example in a [list] object's right inlet. Then bang the [list] with the [select]. Use [t a a] on top to get execution order right.
Frank Barknecht _ ______footils.org_ __goto10.org__