October 4, 200421 yr Hi I'm having a problem to which the answer probably is quite obvious - I'm just stuck: I have a small script like this: Go to first record loop perform subscript go to next record end loop But how do I get the ******* thing to exit when the last record is processed?? I tried creating a running serial, but even coding it "exit when serial=the last value" does'nt stop it.
October 4, 200421 yr Your second Go To Record needs to have the "Exit after last" box checked. Your script should look something like this now. Go to Record/Request/Page [First] Loop
October 4, 200421 yr Select the option to 'Exit after last' on the Go to Record/Request/Page [ Next ] script step.
Create an account or sign in to comment