Duplicate...
Posted by ved sharma-2 on
URL: http://imagej.273.s1.nabble.com/Duplicate-tp3690000.html
Hi all,
While an image is open, I run following code in a macro:
---------------
name = "image name.tif";
run("Duplicate...", "title="+name);
--------------
It duplicates the image but the title of the duplicated image is "image" and
not "image name.tif".
I was just wondering if I'm making any mistake?
Thanks in advance,
Ved