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

	<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>2007-07-01T18:14:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[brood]]></name></author>
		<updated>2007-07-01T18:14:51-04:00</updated>

		<published>2007-07-01T18:14:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74096#p74096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74096#p74096"/>
		<title type="html"><![CDATA[adding dot to the count result]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74096#p74096"><![CDATA[
thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6675">brood</a> — Sun Jul 01, 2007 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-07-01T17:49:09-04:00</updated>

		<published>2007-07-01T17:49:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74095#p74095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74095#p74095"/>
		<title type="html"><![CDATA[adding dot to the count result]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74095#p74095"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[string len $number]&gt;3} { for {set j [expr {[string len $number]-3}]} {$j &gt; 0} {incr j -3} {  set number [string range $number 0 [expr {$j-1}]].[string range $number $j end] }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 01, 2007 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[brood]]></name></author>
		<updated>2007-07-01T13:47:52-04:00</updated>

		<published>2007-07-01T13:47:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74091#p74091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74091#p74091"/>
		<title type="html"><![CDATA[adding dot to the count result]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74091#p74091"><![CDATA[
To count the colums i use:<br><div class="codebox"><p>Code: </p><pre><code>"SELECT count(*) from $table;"</code></pre></div>Lets say the output is $cnt: 1392<br><br>Is it possible to let is show like: 1.392 (with the dot)<br><br>Same ofcourse if the count its more then a million: 1.234.323<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6675">brood</a> — Sun Jul 01, 2007 1:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
