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 am having trouble with this. How would I go about creating an array and then looping the array into a HTML table? My other question is where do the array values go ...