[ImageJ-bugs] [Bug 987] saveAs("Results", "...") does not work

bugzilla at fiji.sc bugzilla at fiji.sc
Thu Jan 15 09:48:25 CST 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=987

--- Comment #3 from Wayne Rasband <wsr at nih.gov> ---
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");

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150115/342cf2d4/attachment.html>


More information about the Imagej-bugs mailing list