<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">here i am again with a couple of questions :<br>A : is it possible to quit Chuck from Chuck? I need to quit chuck when a
<br>certain osc message arrives, and i was wondering if there is a command<br>to do this.</blockquote><div><br><br>How about using the comand (forgot it's name) to call something from the OS and use it to call &quot;chuck --kill&quot;?
<br><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">B: can i store references to functions in variables? similar to the python:
<br>def myfunc():<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dowhatever<br>myvar = myfunc<br>myvar()</blockquote><div><br><br>I don't think so, since they aren't objects they can't be asigned (to my knowledge). As a work around you could write a function that would have the new name and just pass on the variables to the older one? I don't realy understand the purpose from your example though.
<br><br>Hope that was of some help,<br>Kas.<br></div></div>