Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Implement copy constructor in tcl

Status
Not open for further replies.

tclprgm

Programmer
Mar 23, 2011
2
0
0
US
Hi, How do we implement a copy constructor in tcl.
I want to copy the object of the class to the new object so that all the data/properties stored in the previous object can to copied to new object. So it kind of a deep copy.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top