barbaras Posted May 11, 2004 Posted May 11, 2004 hello there, I've a script with a loop of this kind : setloop = 1 loop leftword ("test",setloop,1) setloop = setloop + 1 end loop if setloop = #whatever.. end loop where "setloop" is a number field. So, Something very classical ! don't bother on the leftword commande syntax ! What I would like to do is the same kind of auto-incrementing of "setloop" in a calc field, but of course "calc field" doesn't allow this kind of recursive loop. I've my nose on it and I cannot figure it out, how to get in the right direction. so, thank you for your help,
Vaughan Posted May 12, 2004 Posted May 12, 2004 The best you can do is hard-code in a set number of iterations... say, 20 or however many will exceed your expected number of words.
-Queue- Posted May 12, 2004 Posted May 12, 2004 Or use a repeating calc, value list based on it, and a ValueListItems field. Check here for an example.
barbaras Posted May 13, 2004 Author Posted May 13, 2004 Thank you guys for your help, I pointed me in the right direction.
Recommended Posts
This topic is 7568 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