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

	<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>2006-07-27T05:38:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Zero]]></name></author>
		<updated>2006-07-27T05:38:35-04:00</updated>

		<published>2006-07-27T05:38:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64915#p64915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64915#p64915"/>
		<title type="html"><![CDATA[Compare 2 Numbers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64915#p64915"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set number1 [string map -nocase {"." ""} "2.200.000.000"]set number2 [string map -nocase {"." ""} "6.210.000 "]if {$number1 &gt; $number2} {true} else {false}</code></pre></div>Try this<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8009">Zero</a> — Thu Jul 27, 2006 5:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-07-27T01:53:22-04:00</updated>

		<published>2006-07-27T01:53:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64911#p64911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64911#p64911"/>
		<title type="html"><![CDATA[Compare 2 Numbers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64911#p64911"><![CDATA[
if you use multiple dots in a number you'd get an invalid number format, so it won't work... don't use the dots<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Thu Jul 27, 2006 1:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Access]]></name></author>
		<updated>2006-07-26T18:58:22-04:00</updated>

		<published>2006-07-26T18:58:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64903#p64903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64903#p64903"/>
		<title type="html"><![CDATA[Compare 2 Numbers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64903#p64903"><![CDATA[
that dont work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>whats about the dots in the numbers? thats the reasen that &gt; and &lt; wont work? how to "strip" the dots?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7832">Access</a> — Wed Jul 26, 2006 6:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vexor]]></name></author>
		<updated>2006-07-26T13:05:57-04:00</updated>

		<published>2006-07-26T13:05:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64896#p64896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64896#p64896"/>
		<title type="html"><![CDATA[Compare 2 Numbers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64896#p64896"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>  if { num1 &gt; num2 } {                 true     } else {                 false     }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7993">Vexor</a> — Wed Jul 26, 2006 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-07-26T11:10:43-04:00</updated>

		<published>2006-07-26T11:10:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64894#p64894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64894#p64894"/>
		<title type="html"><![CDATA[Compare 2 Numbers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64894#p64894"><![CDATA[
use '&lt;' or '&gt;' in if statements<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Wed Jul 26, 2006 11:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Access]]></name></author>
		<updated>2006-07-26T09:40:18-04:00</updated>

		<published>2006-07-26T09:40:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64893#p64893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64893#p64893"/>
		<title type="html"><![CDATA[Compare 2 Numbers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64893#p64893"><![CDATA[
I have 2 numbers - eg. 2.200.000.000 &amp; 6.210.000<br>Now i want to know which number is higher - how do i do that? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7832">Access</a> — Wed Jul 26, 2006 9:40 am</p><hr />
]]></content>
	</entry>
	</feed>
