On Thu, 14 Jun 2001, Nick Fells wrote:
Can anyone just remind me of how to create arrays using the 'table' object? Does it need a 'bang' to make the table and draw the graph? Does it actually draw a graph?
basically table is just a subpatch that has a array named after the first creation argument of table. You can refer to this array either by the name you supplied as the creation argument (using standar array messages), or by sending messages into its inlet which will be sent to the array object in turn.
Guenter