Adobe script caused the file to run slow?
Hi,
Is it possible for adobe to run slow if it has multiple script? Here are two examples of the script (thanks to try67 for helping out) below:
if (/spen/i.test(this.getField("PlaceRow1").value) && /sit/i.test(this.getField("PlaceRow2").value)){event.value="320 miles"}
if(this.getField("PlaceRow19").value.match(/yak/i) && this.getField("PlaceRow20").value.match(/hub/i) && this.getField("PlaceRow21").value.match(/cea/i)){event.value="62"}
There are a total of 362 differenct script each field, and there are 23 fields. Total of 8,326 different scripts and that's only half way done.
I've noticed that everytime I change/type anything in the field (PlaceRow#), an hour glass shows up with an icon looking like a keyboard and it takes between 2-3 second for it to respond.
Is there anyway around this if it caused by multiple scripts?
Note: I have not issue with any other adobe files.
Thank you
