Couldn&#39;t really make this work, but iemguts did it.<br><br><div class="gmail_quote">On Wed, Oct 17, 2012 at 5:24 PM, Jamie Bullock <span dir="ltr">&lt;<a href="mailto:jamie@jamiebullock.com" target="_blank">jamie@jamiebullock.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 8 Oct 2012, at 18:30, <a href="mailto:adrcki@gmail.com">adrcki@gmail.com</a> wrote:<br>
<br>
&gt; I know the command for creating an object, but I didn&#39;t know there&#39;s a command to destroy one. Which one is it?<br>
&gt;<br>
<br>
</div>One option is to add some kind of UID to your object creation arguments, and then use &quot;find&quot; + &quot;cut&quot; messages to delete them.<br>
<br>
For example instantiate your objects:<br>
<br>
[MyObject unique-identifier extra arguments]<br>
<br>
<br>
You can delete them like this:<br>
<br>
|find +unique-identifier 1, cut(<br>
|<br>
[s pd-some-canvas]<br>
<br>
<br>
Of course, this solution only works if the thing you are trying to delete is an abstraction you&#39;ve authored.<br>
<br>
best,<br>
<br>
Jamie<br>
<br>
--<br>
<a href="http://jamiebullock.com" target="_blank">http://jamiebullock.com</a><br>
<br>
</blockquote></div><br>