Thanks buddy..
I saw in one of the sites.
MyArray=i.GetRows()
For lnRowCounter = 0 To Ubound(MyArray,2)
For lnColumnCounter = 0 To Ubound(MyArray,1)
Response.Write MyArray(lnColumnCounter, lnRowCounter)
Next
Next
*************
but urs is simpler.
Thanks again
|