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

	<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>2003-04-09T06:44:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-09T06:44:46-04:00</updated>

		<published>2003-04-09T06:44:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18769#p18769</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18769#p18769"/>
		<title type="html"><![CDATA[global variables]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18769#p18769"><![CDATA[
You would need to be more specific.<br><br>My guess is somthing like this<br><div class="codebox"><p>Code: </p><pre><code>set globalvar "value"proc thisproc {} {  global globalvar  puts stdout "PROC $globalvar"  set globalvar "value2"  puts stdout "PROC $globalvar"}puts stdout "NORM $globalvar"thisprocputs stdout "NORM $globalvar"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Apr 09, 2003 6:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[laidas]]></name></author>
		<updated>2003-04-09T04:55:17-04:00</updated>

		<published>2003-04-09T04:55:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18768#p18768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18768#p18768"/>
		<title type="html"><![CDATA[global variables]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18768#p18768"><![CDATA[
How to set up a global variable from process ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1641">laidas</a> — Wed Apr 09, 2003 4:55 am</p><hr />
]]></content>
	</entry>
	</feed>
