Hi!
Is it possible to send messages to an array which has $0 in its name? Something like this:
[; $0-myarray sinesum 512 1(
If I send the message like above, i got this on the main window:
0-myarray: no such object
I assume that messages cannot generate unique numbers instead of $0 symbols. Is there other way to solve it?
thanks.