Arc Forumnew | comments | leaders | submitlogin
1 point by fallintothis 5563 days ago | link | parent

Also known by the more common name deepcopy. I had thought this was already in Arc, but apparently it isn't. Thanks!


1 point by akkartik 5563 days ago | link

Ah, it's just copy. http://files.arcfn.com/doc/variables.html#copy

I'm tempted to use it everywhere in read and write, but nah, better to explicitly let us take on the overhead where we need it.

-----