What you could do is to use add combined with a receive.
so
[here comes a list of symbols you want to add to the message out of] | [add target $1( | [(empty at first)(
[r target] | [object your want to sent your message to]
Does this make sense? You now create multiple messages that send your symbols to your target.
Gerard
On Sat, 2 Oct 2004 13:47:46 +0200 (MEST), rat@telecoma.net wrote:
hi roman, olaf,
thx for your answers - but this means i can not dynamically generate a multiple message were the single messages are separated via a comma ?
best