Thanks Mal,
I use collections in my apps very frequently. Usually I have a simple
ColItem class that looks like this:
DEFINE CLASS myColItem AS Custom
Key = .null.
Value = .null.
TagInfo = .null.
oChild = .null.
ENDDEFINE
I add this object to my collection and everything is fine when I want to
modify a value but playing now with collections I thought that I have missed
something obvious.
Thank you very much
-V
----- Original Message -----
From: "Malcolm Greene" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, July 31, 2006 3:37 PM
Subject: Re: a collection issue
Vassilis,
You have to delete the original item and create a new item. There is no
way to directly change a colleciton item's value.
Malcolm
[excessive quoting removed by server]
_______________________________________________
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.