G
Guest
Good morning,
I am trying to modify some existing code to suit my purpose. This is the
first time I've worked with an array so I'm experiencing some difficulty and
I was wondering if someone out there can answer a couple of questions for me.
I believe this code:
Dim MyArray(10, 10) As Integer
Would give me an array of integers 11 rows by eleven columns
But I have this code in my Proc and don't understand what it's doing:
varResults = rstPQA.GetRows(2 ^ 15)
I know it's taking the results of a query and loading them into an array but
what does the (2^15) do?
I have other questions but I think if I get the answer to this one it might
answer the others.
Thanks in advance for your help,
Michael Joyce
I am trying to modify some existing code to suit my purpose. This is the
first time I've worked with an array so I'm experiencing some difficulty and
I was wondering if someone out there can answer a couple of questions for me.
I believe this code:
Dim MyArray(10, 10) As Integer
Would give me an array of integers 11 rows by eleven columns
But I have this code in my Proc and don't understand what it's doing:
varResults = rstPQA.GetRows(2 ^ 15)
I know it's taking the results of a query and loading them into an array but
what does the (2^15) do?
I have other questions but I think if I get the answer to this one it might
answer the others.
Thanks in advance for your help,
Michael Joyce