On 11 Mar 2003, Miha Tomsic wrote:
Hello!
I am trying to make a series of patches for a performance and am having some problems with $0 names.
I need local s/r, throw~/catch~, arrays and delread/delwrite/vd.
It works fine except with the arrays there are some problems.
[s $0-array] with [normalize( or [const 0.5( works fine, but the messages like this, don't work:
|; / |$0-array normalize \
error: 0-array: no such object
Thats because $ variables are completely different in concept in message boxes. The refer to elements in the incoming list.
Guenter