If I have a value in an item in collections, is there a way to update it ?
so in my example, colFiles is my Collection
I add items to the collection using colFiles.Add somevalue (in a loop)
so say that if the first item in my collections i = 1
colFiles.Item(i)
and there is a value in Item(1), how would I update the value ?
Thanks!
so in my example, colFiles is my Collection
I add items to the collection using colFiles.Add somevalue (in a loop)
so say that if the first item in my collections i = 1
colFiles.Item(i)
and there is a value in Item(1), how would I update the value ?
Thanks!