Login  Register

Writing to clipboard

Posted by Jung Hoon Shin on Apr 30, 2007; 5:22pm
URL: http://imagej.273.s1.nabble.com/Writing-to-clipboard-tp3699632.html

Dear All,

I am trying to selectively copy one column from Results Window without the
index column into the system clipboard.  I think I can define an array in
macro and assign values from Result Window using getResult("Column", row),
but I could not find a way to copy the values from the array to the system
clipboard.  Thanks in advance for your help.

Hoon