January 19, 201015 yr Everytime I use the standard Java For loop ( for ( i = 0 ; i < 10 ; i++ ) ) I cannot run the script and it blocks on this line. The message error is "unexpected token "=" @ line X column Y". Is it not possible to use the standard Java For loop, and do we need to use the groovy alternative? Kind regards Andries Heylen edit: nevermind, the problem was located somewhere else... my mistake... Edited January 19, 201015 yr by Guest
February 3, 201015 yr I just tired this loop and it complies just fine for me. Please send an example file that reproduces the problem.
February 4, 201015 yr Author I edited this message two minutes after I created it :-) the problem was in my brain, not in scriptmaster !
Create an account or sign in to comment