// This macro reproduces a 1.52 regression that caused // the getResult() macro function to genrate a // "No results found" error with a table not named // "Results" and not the front-most window. run("Blobs (25K)"); setAutoThreshold("Default"); setOption("Area", true); run("Analyze Particles...", "display exclude"); Table.rename("Results", "Table"); newImage("Untitled", "8-bit ramp", 672, 512, 1); area0 = getResult("Area", 0); print("area0="+area0);