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 ...
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 ...
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 ...
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 ...