Re: Duplicate...
Posted by Gabriel Lapointe-2 on
URL: http://imagej.273.s1.nabble.com/Duplicate-tp3690000p3690003.html
> name = "image name.tif";
> run("Duplicate...", "title=["+name+"]);
>
It might not work since there is a " missing
run("Duplicate...", "title=["+name+"]");
Gabriel