So this is what I am trying to do. This code needs to run using Windows Scripting Host so I believe it can be either VBScript of JScript. I am more familiar with VB, so thats what I use. I am not sure ...
60 dimensions in a VBScript array, (e.g. 10 x 10 matrices, etc.), this can become very difficult to conceptualize. Multi-dimensional arrays, just like single-dimensional arrays are very useful and ...
I'm trying to load a database into a 2D array and not having any luck. I've been working off snippets of code I've found here and there so I may be doing it all wrong. I can grab multiple fields from ...
This week I introduce you to VBScript arrays. Arrays are nothing more than variables that contain multiple values. You declare array variables just like you would declare a standard a scalar (or ...