hello,<br>I have a symbol like this:<br>&quot;destination_value1_value2_value3_value4&quot;<br>with which I want to send the list &quot;value1 value2 value3 value4&quot; to &quot;destination&quot;<br>First, I turn the symbol into a list using [s2l]<br>

Then I split off the first element of the list using list-splat, <br>and use that to set the destination of a [send] object.<br>While this seems to work (&quot;value1 value2 value3 value4&quot; does get sent to [r destination]), <br>

nevertheless I get the error &#39;list: no such object&#39; in the pd window.<br>any ideas?<br>thanks,<br>Tim<br><br>