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

	<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-11-18T09:34:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rayman]]></name></author>
		<updated>2005-11-18T09:34:55-04:00</updated>

		<published>2005-11-18T09:34:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57569#p57569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57569#p57569"/>
		<title type="html"><![CDATA[Decimal point]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57569#p57569"><![CDATA[
Thanks, it works fine  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6997">rayman</a> — Fri Nov 18, 2005 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-18T08:33:40-04:00</updated>

		<published>2005-11-18T08:33:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57567#p57567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57567#p57567"/>
		<title type="html"><![CDATA[Decimal point]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57567#p57567"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set double [string map {, .} $double]</code></pre></div>and the <strong class="text-strong">,</strong> is replaced by a <strong class="text-strong">.</strong> so you can apply [string is double] on it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 18, 2005 8:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rayman]]></name></author>
		<updated>2005-11-18T08:00:25-04:00</updated>

		<published>2005-11-18T08:00:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57565#p57565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57565#p57565"/>
		<title type="html"><![CDATA[Decimal point]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57565#p57565"><![CDATA[
Hello,<br><br>I would like to use the function <br><br><div class="codebox"><p>Code: </p><pre><code>string is double $sometest</code></pre></div>for checking, if $sometext is double.<br><br>The problem is, that we use in Germany the comma (,) as the decimal point. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>Therefore<br><div class="codebox"><p>Code: </p><pre><code>set sometext "7,44"string is double $sometext </code></pre></div>returns false. Can I tell TCL to have a different decimal point?<br><br>Thanks in advance<br>rayman<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6997">rayman</a> — Fri Nov 18, 2005 8:00 am</p><hr />
]]></content>
	</entry>
	</feed>
