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

	<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-12-11T12:29:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-11T12:29:48-04:00</updated>

		<published>2005-12-11T12:29:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58176#p58176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58176#p58176"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58176#p58176"><![CDATA[
You can check using the <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/string.htm" class="postlink">string</a> command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 11, 2005 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2005-12-11T10:24:08-04:00</updated>

		<published>2005-12-11T10:24:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58173#p58173</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58173#p58173"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58173#p58173"><![CDATA[
I think you want \d+, right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Sun Dec 11, 2005 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romain]]></name></author>
		<updated>2005-12-11T05:58:48-04:00</updated>

		<published>2005-12-11T05:58:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58162#p58162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58162#p58162"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58162#p58162"><![CDATA[
Lol demond,<br><br>i write now for work  for the NSA  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> <br><br>Just, i have this code<div class="codebox"><p>Code: </p><pre><code>foreach d [split $list] {  if [regexp {\d} $d] {   putlog "$d is a number"  } else {   putlog"$d is not a number"  } }</code></pre></div>It's good?<br>If yes, it's not possible to make more simple and fast for verify if a list is just a number list <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6856">romain</a> — Sun Dec 11, 2005 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-11T03:41:32-04:00</updated>

		<published>2005-12-11T03:41:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58161#p58161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58161#p58161"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58161#p58161"><![CDATA[
<blockquote class="uncited"><div>Thx Sir_Fz.<br><br>Yes it's a number. How verifier who a list is well a list of number?<div class="codebox"><p>Code: </p><pre><code>regexp {\d} [split $list]</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"></div></blockquote>now if you get this, you deserve to work for the NSA <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 11, 2005 3:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romain]]></name></author>
		<updated>2005-12-11T02:19:33-04:00</updated>

		<published>2005-12-11T02:19:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58157#p58157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58157#p58157"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58157#p58157"><![CDATA[
Thx Sir_Fz.<br><br>Yes it's a number. How verifier who a list is well a list of number?<div class="codebox"><p>Code: </p><pre><code>regexp {\d} [split $list]</code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6856">romain</a> — Sun Dec 11, 2005 2:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-10T12:09:47-04:00</updated>

		<published>2005-12-10T12:09:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58143#p58143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58143#p58143"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58143#p58143"><![CDATA[
<blockquote class="uncited"><div>} elseif {5 &lt; [lindex $a 0] &lt;= 10} {</div></blockquote>You mean<div class="codebox"><p>Code: </p><pre><code>} elseif {5 &lt; [lindex $a 0] &amp;&amp; [lindex $a 0] &lt;= 10} {</code></pre></div>And is [lindex $a 0] a number?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 10, 2005 12:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romain]]></name></author>
		<updated>2005-12-10T11:47:14-04:00</updated>

		<published>2005-12-10T11:47:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58141#p58141</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58141#p58141"/>
		<title type="html"><![CDATA[Problem with &lt;,&lt;=]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58141#p58141"><![CDATA[
Hello ,<br><br>I've this script <br><div class="codebox"><p>Code: </p><pre><code>for {set i 0} {$i &lt; [lindex $a 0]} {incr i} {     if {0 &lt; [lindex $a 0] &lt;=5} {      ##blabla        if {$i == [lindex $a 0]} {           ##blabla         }    } elseif {5 &lt; [lindex $a 0] &lt;= 10} {         ##blabla        if {$i == 5} {         ##blabla        } elseif {$i == [lindex $a 0]} {          ##blabla        }   }    } </code></pre></div>But don't works  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6856">romain</a> — Sat Dec 10, 2005 11:47 am</p><hr />
]]></content>
	</entry>
	</feed>
