[flexcoders] Re: How to Copy object with same base class

2007-03-05 Thread Dan
Hi JWOpitz, It works great, Thx!!! Dan --- In flexcoders@yahoogroups.com, "JWOpitz" <[EMAIL PROTECTED]> wrote: > > Check into mx.utils.ObjectUtils.getClassInfo(value:Object):Object > > > --- In flexcoders@yahoogroups.com, "Dan" wrote: > > > > Hi, > > > > Does anyone know the way how to copy

[flexcoders] Re: How to Copy object with same base class

2007-03-05 Thread JWOpitz
Check into mx.utils.ObjectUtils.getClassInfo(value:Object):Object --- In flexcoders@yahoogroups.com, "Dan" <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone know the way how to copy two objects of differet class say > D1 and D2, that derived from the same B1 base class? > Is that i need to co