Afaik this is not possible. I guess your example is incomplete, or ? Cheers, Ralf.
On 6/3/07, Kevin <[EMAIL PROTECTED]> wrote:
This may be a simple question, but it's stumping me. I have a component that contains a property (type object) that holds a reference to an VO on my model. How to I "unlink" that reference? For example, when I set the property: var vo : Object = model.someObject; I then do something like this: vo = someNewObject; This happens.... model.someObject get's set to someNewObject... This is not what I want. Therefore, I assume I have to "unlink" the reference of vo to model.someObject, before I give it another reference. How do I do that? Thanks, Kevin
-- Ralf Bokelberg <[EMAIL PROTECTED]> Flex & Flash Consultant based in Cologne/Germany Phone +49 (0) 221 530 15 35

