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 ...
<br><br>I don't understand why it is getting "stuck", for lack of a better word, in one part of the destination array. Obviously with the posted script, I've been playing around to see what might 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 ...