They are not the same.  If you have a structure of structures
StructCopy() will only make a "copy" of the first dimension of the
structure.  All subsequent deminsions will still be pointers.

With duplicate you get a "deep copy" meaning all deminison are full
copies (not pointers).

HTH

Craig Fisher

---- Original Message ----
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], 
Subject: RE: Duplicate and StructCopy
Date: Mon, 10 Sep 2001 16:09:16 -0500

>Are these two the same?  If not, what is the difference between them?
>
>
>
>Brian Yager
>President - North AL Cold Fusion Users Group
>Sr. Systems Analyst
>NCCIM/CIC
>[EMAIL PROTECTED]
>(256) 842-8342
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to