Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote:
"list set a 1" in this case does not work. An even simpler example might be to generate a "set 42" message to set a float atom. In this case, "list set 42" also will not set the float atom to 42. However with [list trim] this can be made to work. (Of course this example is rather academic.)
even though working in academic environments, i don't feel like this problem is academic; it appears to me every other day.
Maybe because you're an academic? ;)
I meant, that to generate a message "set 42" in front of a float atom one would normally not use [list prepend set] or similar but a simple [set $1( message.
Ciao