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 ...
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 ...
However, each of our arrays has been static, meaning that the size of the array was fixed at the time we defined the array. This week, I’ll show you how to create a dynamic array and resize the array ...