Why is this array giving me a length of ten? `["82...
# suitescript
r
Why is this array giving me a length of ten?
["826600"]
I'm using
runtime.getScript.getParameter()
in the get input stage of map reduce to get the array and
array.length
to get the length.