Login  Register

"break" equivalent in Macro language.

Posted by ved sharma on Dec 07, 2010; 4:24am
URL: http://imagej.273.s1.nabble.com/break-equivalent-in-Macro-language-tp3686262.html

Hello,

As most of you already know that "break" statement is used in JAVA to exit a loop (e.g. a for loop). It seems to me that it is not recognized in ImageJ's Macro language. Is there some other statement/code I can use in my macro in place of "break"?

Ved