<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body>
<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#c3">Comment # 3</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>Do you have a small test macro that reproduces this problem? The following
macro works as expected when I run it on ImageJ 1.49n.
run("Table...", "name=Points width=400 height=200");
print("[Points]", "Header1, Header2, Header3");
print("[Points]", "Data1, Data2, Data3");
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>