Jump to content

for loop


This topic is 5217 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by Guest
Link to comment
Share on other sites

  • 3 weeks later...

This topic is 5217 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.