Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
If you're using JavaScript and not JScript the following line is not necessary.
ChildArray = (new VBArray(ChildArray)).toArray();
Try removing that line.
If you're using JavaScript and not JScript the following line is not necessary.
ChildArray = (new VBArray(ChildArray)).toArray();
Try removing that line.