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 ...
In this case, we defined the array CPUSpeed using ‘Dim CPUSpeed (10)’ that creates an array of size 11. You can access each element of the array by specifying the index for the item you need to access ...
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 ...