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 ...
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 ...
Well, the easy way would be to call the ADO Recordset.GetRows() method, which returns its contents as (yes, you guessed it) a 2D array. More importantly, what are you trying to achieve with this? You ...
the time we defined the array. This week, I’ll show you how to create a dynamic array and resize the array on the fly while your program is running. In order to create a dynamic array we need to ...