February 5, 200223 yr I have a script that will import a mass number of records(400-500), included in the scripts are loops and Calcs. This will take a long time on a low spec System. Are there any tips someone could give me for speeding up a script. I know the obvious ones (Reduce number of records, run import more often etc).
February 7, 200223 yr At the beginning of the Script use the Freeze Window step. This really speeds up scripts that use Looping steps as it cuts down on the screen redraw. I hope that's helpful...
Create an account or sign in to comment