I made a $0-named array and a plain "foo" array. I can run both using tabwrite. However, when I try to pass a message, for instance to change the label, the plainly named 'foo' array works, but the $0-named array throws an error in the console, "$0-whatever no such object",
here's a screengrab of how it fails in my environment
I believe I need to label my arrays as $0-arrays so that multiple instances of a subpatch won't class, correct? Otherwise I get that "multiply" error message.
Regards