Hello,
In the macro language there is a very useful function
"String.getResultsHeadings" which returns the Results headers.
Is there a similar way I can read the remaining content of the results table as a single string
(with or without the header) as a simple macro or JavaScript call?
Like "String.getResultsContent" for results without header, or "String.getResults" for the entire table?
Yes I know I can make a macro that parses the table row by row, column by column in a double loop and assemble a string from this, but I am looking for a simpler way. What I want to do is to add some lines of custom header information at the start of the file, before saving the results table; that would be super-easy with such commands as suggested above.
Stein
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html