[PD] confused about $1 in messages

Funs Seelen funsseelen at gmail.com
Mon Jan 20 16:34:00 CET 2014


Hi Rolf,

Try prepending the word "list"
 to make it a list
. I
assume $1 skips the first word as an indicator
 (if not a number; e.g. float, symbol, list)
, while [list split] automatically makes lists and symbols out of the
input.

On Mon, Jan 20, 2014 at 3:34 PM, <rolfm at dds.nl> wrote:

>
> output:
> this: two three
> this: two three


I think your output was just a little different:

this: two three
this: list two three

It will become ...

this: one two
this: list two three


... when you change your three words to a list like this:

[list one two three(

Regards,
Funs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140120/f5fb103d/attachment.htm>


More information about the Pd-list mailing list