October 21, 200520 yr 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
October 21, 200520 yr 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.
Create an account or sign in to comment