how to use procedures in package with different versions in tcl
Posted
by Mallikarjunarao
on Stack Overflow
See other posts from Stack Overflow
or by Mallikarjunarao
Published on 2010-06-03T05:09:27Z
Indexed on
2010/06/03
5:14 UTC
Read the original article
Hit count: 163
tcl
My question is i have created two versions that is 1.1 1.2 packages i have same procedures in 1.1 and 1.2 but i modified a new version of procedure in 1.2.
Now my question is suppose to want acess old version (1.1) procedure. How i do?
© Stack Overflow or respective owner