Re: [flexcoders] How to clone object?

2007-06-14 Thread Bjorn Schultheiss
There's some info here http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Parts&file=1882.html On 15/06/2007, at 12:04 PM, williamkusumo wrote: How do you clone/make copies of an object? I see some clone() functions in the docs, but they are all

[flexcoders] How to clone object?

2007-06-14 Thread williamkusumo
How do you clone/make copies of an object? I see some clone() functions in the docs, but they are all part of some unrelated class like Events. Any help is greatly appreciated. Thanks!