Old posts that have not been replied to for several years.
-
ReaLz
- Op
- Posts: 121
- Joined: Sat Oct 19, 2002 5:33 am
- Location: Athens, Greece
Post
by ReaLz »
How can I use a proc from a different TCL to another one?
«A fantastic spaghetti is a spaghetti that does not exist»
-
ppslim
- Revered One
- Posts: 3914
- Joined: Sun Sep 23, 2001 8:00 pm
- Location: Liverpool, England
Post
by ppslim »
Copy the proc from the file into your own and remember to make a note where you obtained the proc from, including author and script name.
Even if it enounters two copies of the same proc, Tcl will simply overwrite one no hastle.