Hi All,
I create a collection like this:
oCol = CreateObject("Collection")
ocol.add(5)
ocol.add(6)
ocol.add(7)I type in the command window: ? oCol(2) and I get 6. ? oCol.item(2).value and I get 6. OK until here.Then I want to change the value of the second Col item to 11. (oCol.item(2).value) Does anybody know How can I change the assigned value to a collection member?
TIA Vassilis Aggelakos _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

