andries Posted January 19, 2010 Posted January 19, 2010 (edited) 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, 2010 by Guest
Valentin Posted February 3, 2010 Posted February 3, 2010 I just tired this loop and it complies just fine for me. Please send an example file that reproduces the problem.
andries Posted February 4, 2010 Author Posted February 4, 2010 I edited this message two minutes after I created it :-) the problem was in my brain, not in scriptmaster !
Recommended Posts
This topic is 5417 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now