ikmattie Posted April 11, 2002 Posted April 11, 2002 I have a script with a loop, and I want to exit the loop when I 'arrive' in a certain field. I think it's quite simple, but since I'm a newbie, I couldn't find it. [ April 11, 2002, 05:04 AM: Message edited by: ikmattie ]
IdealData Posted April 11, 2002 Posted April 11, 2002 Exit Loop If [status(CurrentFieldName) = youfieldname)]
ikmattie Posted April 12, 2002 Author Posted April 12, 2002 and make sure you have your "" and () at the correct places, else you will end up in a continuos loop... exit loop if["Status(CurrentFieldname) = "fieldname""]
Recommended Posts
This topic is 8265 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