<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10678" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-10-22T21:12:36-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10678</id>

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-22T21:12:36-04:00</updated>

		<published>2005-10-22T21:12:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56765#p56765</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56765#p56765"/>
		<title type="html"><![CDATA[Namespaces .. i think]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56765#p56765"><![CDATA[
<blockquote class="uncited"><div>WHAT IS A NAMESPACE?<br><br>A namespace is a collection of commands and variables. It encapsulates the commands and variables to ensure that they won't interfere with the commands and variables of other namespaces. Tcl has always had one such collection, which we refer to as the global namespace. The global namespace holds all global variables and commands. The namespace eval command lets you create new namespaces.</div></blockquote><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/namespace.htm" class="postlink">Tcl Built-In Commands - namespace manual page</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Oct 22, 2005 9:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-22T07:49:38-04:00</updated>

		<published>2005-10-22T07:49:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56749#p56749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56749#p56749"/>
		<title type="html"><![CDATA[Namespaces .. i think]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56749#p56749"><![CDATA[
no need to worry about namespaces. their main purpose is to avoid name collions with var and proc names. by edititing one word, the whole script gets another prefix. at least I haven't seen another real purpose for using namespaces <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Oct 22, 2005 7:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Figga]]></name></author>
		<updated>2005-10-20T06:23:51-04:00</updated>

		<published>2005-10-20T06:23:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56724#p56724</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56724#p56724"/>
		<title type="html"><![CDATA[Namespaces .. i think]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56724#p56724"><![CDATA[
Hi , im trying to develop a script that takes it triggers from another script , i need it to catch events that appear on the partyline ,, <br>do i use "namespace eval" or not ?<br><br>if so , whats the syntax for this , i have checked man pages all over but i dont understand them very well <br><br><br>Thanks<br>-F<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6663">Figga</a> — Thu Oct 20, 2005 6:23 am</p><hr />
]]></content>
	</entry>
	</feed>
