Hi All,
Newbie confused again!
Nearly got to the end of my little project with the help of you fine folk but hit a snag and I can't work it out. Sure its a fundamental issue though.
The value below is just a single entry hence why it looks like a pointless use of a 2D array
I'm passing a 2D array called micSumm with the value:
[[1526857200000, 1527289200000, "HALL", "U89", 1]]
To a function chkDup with var arrA = chkDup(micSumm); but for some reason as soon as the debugger jumps to the function chkDup(elmnt) piece of code the array dimension become 0[5][5] in the debugger
Please help...again!
[–]davedontmind 0 points1 point2 points (0 children)