After wasting lots of time on trial and error, I decided to find out what the low-level difference was between vbscript arrays addressed as (x,y) and (x)(y). Eric Lippert explained it better than I can, so just read his explanation. If you want some code to demonstrate how things work, download my 2D array test. [...]
arrMyData(5,5) <> arrMyData(5)(5)
February 12th, 2008 · 1 Comment
Tags: Computing