close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #686


Ignore:
Timestamp:
Aug 24, 2009, 7:04:09 AM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Problem was solved a few weeks ago but just as an enhancement for 2.0.1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #686

    • Property Status changed from new to closed
    • Property Severity changed from blocker to normal
    • Property Resolution changed from to fixed
    • Property Priority changed from highest to normal
    • Property Version changed from 1.1.7 to 2.0.1
    • Property Milestone changed from to Manteinance
    • Property Type changed from defect to enhancement
  • Ticket #686 – Description

    initial v1  
    11Is is possible to make that DeepCopy copy the objects with the names of the original ones?
    22
    3 Code:
    4 
     3{{{
    54Set XX = { [[ Real aa = 1 ]] };
    65Set YY = DeepCopy( XX );
    76Real YY::aa
     7}}}
    88
    99regards,