coll output
Hi all,
I wonder if it is possible to output separately symbols or numbers stored in
one line of [coll]. For instance, I have stored a list in [coll] which looks
like this: 1, 2 3 6; and I want to output these numbers separately and not as a line or list. Is it possible?? Any suggestions?? Thank you very much.
Marko
In general my preference is to grab the whole coll entry, and unpack externally, but you can also use the nth message to coll to grab individual items.
Of course. I knew that it should be possible but I somehow overpass nth message. Thanks for your advice.