You should stop using new Array() too in your code...
# suitescript
c
You should stop using new Array() too in your code, its bad performance wise. Just use bracket notation []. Line 28 declares a new Array() and then line 29 (which is really all you need) is REdeclaring the array a 2nd time w/ data.