K
kidkosmo
Hi, all,
I'm having a difficult time creating an array. This is new territory
for me, so any help would be great!
I have a table listing the number of days to close a trouble ticket.
I need to create an array that combines all of that data to perform a
calculation. Then, I need to create a second variable with a count of
the number of elements in that array.
Here's my SQL statement:
strSQL="SELECT TAT from tbl_TEMP_CRCalc"
I need a variant to combine all of those values plus a second integer
to count those records.
THANKS!
I'm having a difficult time creating an array. This is new territory
for me, so any help would be great!
I have a table listing the number of days to close a trouble ticket.
I need to create an array that combines all of that data to perform a
calculation. Then, I need to create a second variable with a count of
the number of elements in that array.
Here's my SQL statement:
strSQL="SELECT TAT from tbl_TEMP_CRCalc"
I need a variant to combine all of those values plus a second integer
to count those records.
THANKS!