<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - saveAs("Results", "...") does not work"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=987">bug 987</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>wsr@nih.gov
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - saveAs("Results", "...") does not work"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=987#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - saveAs("Results", "...") does not work"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=987">bug 987</a>
from <span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span></b>
<pre>Your mini macro works as expected when I run it on ImageJ 1.49n. As a work
around, try writing directly to the Results table, as in this example:
run("Clear Results");
for (i=1; i<=3; i++)
setResult("Header"+i, 0, "Data"+i);
setOption("ShowRowNumbers", false);
updateResults;
saveAs("Results", "/Users/wayne/Results.csv");
run("Close");</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>