Login  Register

Re: Error - cant get around! Expected ;

Posted by Nathaniel Ryckman on Jun 28, 2011; 4:48pm
URL: http://imagej.273.s1.nabble.com/Error-cant-get-around-Expected-tp3684050p3684068.html

<roiManager> ("Add");

Did you put brackets around roiManager or did the error message put brackets around roiManager? If you put the brackets around roiManager, then that is probably your problem.

Also, it would help if you gave us the if statement that you added. Make sure that you didn't capitalize the if statement.

flettster wrote
So i have recently added an if command (which i have done before without hiccough) to a macro

I now get an error later in the macro saying :

';' expected in line 132.

<roiManager> ("Add");

line 132 and every other line has a semi colon already so i don't get it.

Thanks in advance

Andy Flett