moin all,
I just tried it out, and [symbol ,] doesn't act as a message separator for me (pd 0.39-1), but with a bit of trickery, I can get the "real" symbol "," (as opposed to "\,") that [any2string] creates to separate messages:
[44( | [any2string] | [set foo $1 bar( | [ ( /* dummy message box */ | [print haha]
... does in fact print:
haha: foo haha: bar
... whoda thunk?
marmosets, Bryan
On 02/11/2006 01:03:54 PM, Tim Blechmann TimBlechmann@gmx.net appears to have written:
On Sat, 11 Feb 2006 12:26:19 +0100 Urs Liska pd@ursliska.de wrote:
But unfortunately this (as I had in an earlier thread) gives ',' Didn't find any possibility yet, although I have the same problem.
well, don't believe, what the gui tells you ... ',' might be the same as '\,' and ',' ... one just has to realize, that pd is telling not exactly, what it's doing, and that a comma symbol can't be used as a message separator ... in general, there shouldn't be a problem in generating a comma symbol ... i just saw, that you can even do it with |symbol ,|, that will be rewritten to |symbol,|, but still seems to work ...
tim