// This macro demonstrates how to create a Results table // containing both string and numeric columns. requires("1.47o"); columns = 4; rows = 8; run("Clear Results"); // add four string columns for (col=1; col<=columns; col++) { for (row=0; row