Hi there,
I have this arraylist that holds only one kind of objects (a stracture). My question is how can i change properties of those objects. So far i am taking an object like that
and then change what is needed on tempobj and insert the tempobj back at that position. But that doesnt seem very convenient.VB Code:
tempobj = myarraylist.item(i)
Is there any way to change properties easier...smth like
for exampleVB Code:
myarraylist.item(i).propertyA = 5
Maybe the arraylist is not the optimal tool to use here?
thanks in advance




Reply With Quote