Re: A question on using a namespace
- From: Michael Schlenker <schlenk@xxxxxxxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 15:41:16 +0200
Robert Hicks schrieb:
I was playing around with the inifile package to read and write a testThere are some ways to do this. There is namespace import and interp alias.
ini. Works great no problems.
I was wondering though...do I have to type ::ini::whatever or is there
a way to shorten those? Or do you really not want to because it is a
"namespace" and you don't want to trod over other commands?
If you import a command into your own namespace (or the global one, but
that can be desaster, if you import something like info or set), you can
use the shorter name.
Michael
.
- References:
- A question on using a namespace
- From: Robert Hicks
- A question on using a namespace
- Prev by Date: A question on using a namespace
- Next by Date: Comparing two files line by line
- Previous by thread: A question on using a namespace
- Next by thread: Comparing two files line by line
- Index(es):
Relevant Pages
|