VICH Posted October 21, 2005 Posted October 21, 2005 you can set breakpoints in scripts so that you can skip script steps...can you set it if you have looping script so that you can start from the last two or three records, with out haveing to cycle through the first 200 records or so you have
Zero Tolerence Posted October 21, 2005 Posted October 21, 2005 just throw an If step in your loop and put a stop on something inside of it. Like: If [ Get(FoundCount) - Get(RecordNumber) ≤ 5] Show Custom Dialoge [record is less than or equal to 5] End If Then put the stop on the Show custom Dialoge, it will stop when you have 5 records left.
Recommended Posts
This topic is 6975 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