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

	<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-01-09T00:31:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-09T00:31:00-04:00</updated>

		<published>2004-01-09T00:31:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32356#p32356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32356#p32356"/>
		<title type="html"><![CDATA[anybody pls help me!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32356#p32356"><![CDATA[
Thx's Crazy Cat for the explain  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> now i'm understand about return function  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br><br>odon (I Like This Game)<p>Statistics: Posted by Guest — Fri Jan 09, 2004 12:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-01-08T05:06:43-04:00</updated>

		<published>2004-01-08T05:06:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32323#p32323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32323#p32323"/>
		<title type="html"><![CDATA[Re: anybody pls help me!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32323#p32323"><![CDATA[
<blockquote class="uncited"><div>1. what different betwen return 0, return 1 and return ?</div></blockquote>it allows you to manage the way your procedures works.<br>If a procedure call another one, the second MUST return a code, as 0 or 1, to know the achievement state. So, you can treat, in first procedure, using:<div class="codebox"><p>Code: </p><pre><code>if { [proc2 $argument] == 1] {   ... treatment 'cuz it works ...} else {   ... it didn't work...}</code></pre></div>by default, <strong class="text-strong">return</strong> is an exit of the current procedure.<blockquote class="uncited"><div>2. can give me some code with this algoritmh :<br>    set a "Test"<br>    if a != "Test" then halt or eror so tcl is not working from top proc to   <br>    bottom proc! i'm mean</div></blockquote><div class="codebox"><p>Code: </p><pre><code>set a "Test"if { $a != "Test"} {return 0}... treatments if a == "Test"...</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Jan 08, 2004 5:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-07T23:58:46-04:00</updated>

		<published>2004-01-07T23:58:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32318#p32318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32318#p32318"/>
		<title type="html"><![CDATA[anybody pls help me!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32318#p32318"><![CDATA[
Hi i'm a newbie  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised">  want to ask about tcl scripting :<br><br>1. what different betwen return 0, return 1 and return ?<br>2. can give me some code with this algoritmh :<br>    set a "Test"<br>    if a != "Test" then halt or eror so tcl is not working from top proc to   <br>    bottom proc! i'm mean <br><br>Thx for any help for my short question.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> <br><br>(odon) I Like This Game!!!<p>Statistics: Posted by Guest — Wed Jan 07, 2004 11:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
