[PD] [list prepend] without a space

Jonghyun Kim agitato816 at gmail.com
Thu Jan 16 12:06:54 CET 2014


Hi list,

For OSC communication, I wonder to know how to do it.

My original list(not exactly list but I say so) is:
*test 1 2 3*

Prepend symbols are: (prepend twice or more)
*/abc*
*/def*

I want to do it
================

[test 1 2 3(
|
[t a b]
|       \
|        [symbol */abc*]
|         \
[list prepend]
|
[t a b]
|       \
|        [symbol */def*]
|         \
[list prepend]
|
[print]

================
The result is:

*/def    /abc    test    1    2    3*

But, I want to remove the space within */def* and */abc*

I want to do without the space.

================
*/def/abc    test    1    2    3*
================

how to do it?

I tried with [$2$1] as list prepend, but the symbol in the text, it failed.

Pleas help!

Thanks,
Jong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140116/c8d5e129/attachment.htm>


More information about the Pd-list mailing list