Le 20/01/2014 15:34, [email protected] a écrit : > dear list, > > i'm confused about the $1 replacement in messages. > > [one two three( > |\ > | \ > | [list split 1] > | / > | / > | / > | / > | > [; > [this $1 $2( > > [r this] > | > [print this] > > output: > this: two three > this: two three > > why? > > rolf > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list
[one two three( is not a list. [list one two three( is a list. So what you get is *maybe* the normal behavior ? But, yep, what did you expect ? ++ Jack _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
