Re: [flexcoders] Comparing complex objects

2005-12-21 Thread Niklas Richardson
Stacy, Did you come up with a solution for this? Just in need of something like this myself. Regards Niklas On 09/12/05, Stacy Young [EMAIL PROTECTED] wrote: Wondering how others would go about comparing instances of complexobjects while avoiding circular references and having flash

RE: [flexcoders] Comparing complex objects

2005-12-10 Thread Peter Farland
Keep a list of known objects in an Array as you loop through comparing Object o1 with Object o2: private var known:Array = []; Then as you loop over complex objects, check whether you have seen the first object (well, the one that you use to do the deep comparison)before in which case you