Re: Tab didn't work in Macro
Posted by
Ludgate, David on
Aug 08, 2005; 8:40pm
URL: http://imagej.273.s1.nabble.com/Tab-didn-t-work-in-Macro-tp3705073p3705074.html
I haven't used the macro language, but in Java you use \t for tab and \n
for new line.
Look up escape characters for the macro language if that doesn't work
(but it probably will).
-dave
-----Original Message-----
From: ImageJ Interest Group [mailto:
[hidden email]] On Behalf Of Ye
Chen
Sent: Monday, August 08, 2005 12:09 PM
To:
[hidden email]
Subject: Tab didn't work in Macro
Hello,
I am writing a Macro. I found the tab character could not show up using
the
function print() or write(). Instead it is a space. Is there anyone
knowing
how to fix it in Macro. So the tab character can show up in either
Result
Window or Log Window?
Thanks