Can any one tell me why this piece of code does not do as i intended it to
do.

The code is:

        strRecordArrayMin1T = objRS.Getrows
        strRecordArrayMin1 = strRecordArrayMin1T(0,0)
        ' Loop around filling the table
        intMaxCountM1 = ubound(strRecordArrayMin1T,2)
        For intCounterM1 = 1 to intMaxCountM1

                strRecordArrayMin1 =
strRecordArrayMin1+strRecordArrayMin1T(0,intCounterM1)
next

The result is (If there are 2 results both with 3 as the result) currently:
33
I wish for it to show 6

Thanks
Alex Elger


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to