Get collection field

medbouk

New Member
Hello,
I have a collection named ToDate, and it had 1 column named Column1, i want to get the value of the second row, so i try [ToDate.Column1.Row(1)] and it doesn't work,
What can i do?
 

Sasi

New Member
Hi Medbouk, please try to loop through the collection to get the value of the second row.
 
Top