<?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/7817" />

	<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>2004-07-01T02:52:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-01T02:52:55-04:00</updated>

		<published>2004-07-01T02:52:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38080#p38080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38080#p38080"/>
		<title type="html"><![CDATA[How to check if a global variable exists inside a procedure?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38080#p38080"><![CDATA[
Thanks... i'll do that.<br>Found it great.. quite simple!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jul 01, 2004 2:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-07-01T02:48:14-04:00</updated>

		<published>2004-07-01T02:48:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38076#p38076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38076#p38076"/>
		<title type="html"><![CDATA[How to check if a global variable exists inside a procedure?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38076#p38076"><![CDATA[
see the manpages for 'info'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu Jul 01, 2004 2:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-01T02:31:33-04:00</updated>

		<published>2004-07-01T02:31:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38070#p38070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38070#p38070"/>
		<title type="html"><![CDATA[How to check if a global variable exists inside a procedure?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38070#p38070"><![CDATA[
I know how to check how a file exists.<br><div class="codebox"><p>Code: </p><pre><code>if {[file exists $myfile]} {</code></pre></div>And for arrays we can use if the array, list<br>exists<br><div class="codebox"><p>Code: </p><pre><code>if {[array exists $mylist]} {</code></pre></div>But how to check if a global variable exists? inside<br>a different procedure, or even a local variable?<br><br>I am making a script which checks if a global<br>variable exists from another script, and then<br>it uses that variable for string matching purpose.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jul 01, 2004 2:31 am</p><hr />
]]></content>
	</entry>
	</feed>
