Daily Archives: February 12, 2008
arrMyData(5,5) <> arrMyData(5)(5)
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. … Continue reading
Posted in Computing
Tagged 2 dimensional, 2D, array, arrays, multi dimensional, ragged, redim, redim preserve, sparse, ubound, vbscript
1 Comment