/* This macro is a model for placing results of different categories and array lengths into a single table. */ macro "Make table of varying column lengths" { headings = newArray("Length", "Width", "Bestness"); // The categories of data. howManySamples = 4; randomDataBaseline = 10 + (10*random()); Table.create("FUBAR table"); for (i=0; i