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

	<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>2008-10-25T07:26:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-10-25T07:26:46-04:00</updated>

		<published>2008-10-25T07:26:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85631#p85631</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85631#p85631"/>
		<title type="html"><![CDATA[Giving back a Value]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85631#p85631"><![CDATA[
To control what you want a procedure to return, use the [return] command. Example:<div class="codebox"><p>Code: </p><pre><code>proc whatever {a b c} { return "returns a string"}</code></pre></div>this will return a string containing "returns a string." Anything after the return statement is ignored.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Oct 25, 2008 7:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2008-10-25T06:39:40-04:00</updated>

		<published>2008-10-25T06:39:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85630#p85630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85630#p85630"/>
		<title type="html"><![CDATA[Giving back a Value]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85630#p85630"><![CDATA[
how can I set what a proc gives back after ending?<br><br>e.g.<br><br>set something [some.proc here]<br><br>how can i choose what [some.proc] is?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Sat Oct 25, 2008 6:39 am</p><hr />
]]></content>
	</entry>
	</feed>
