It is because length is not a method, it is an array property. Here is a link to an Array Tutorial
Originally posted by futurenets
ok thanks Wayne.
I wanted to find out why the script ended prematurely when I try and find the length of the array ...
var len = aClose.length();
ok thanks Wayne.
I wanted to find out why the script ended prematurely when I try and find the length of the array ...
var len = aClose.length();
Comment