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

	<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>2002-05-17T10:51:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-05-17T10:51:00-04:00</updated>

		<published>2002-05-17T10:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7006#p7006</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7006#p7006"/>
		<title type="html"><![CDATA[Odd errors...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7006#p7006"><![CDATA[
I am guessing you are working with a time bind?<br><br>Run the numbers through this before testing it.<br><div class="codebox"><p>Code: </p><pre><code>proc oct_to_dec {number} {  while {[string index $number 0] == "0"} {    set number [string range $number 1 end]  }  if {$number == ""} { set number 0 }  return $number}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri May 17, 2002 10:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-16T17:02:00-04:00</updated>

		<published>2002-05-16T17:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6990#p6990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6990#p6990"/>
		<title type="html"><![CDATA[Odd errors...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6990#p6990"><![CDATA[
no, more likely its a command expecting the decimal integer 8, but something has prepended it with a 0, thus making tcl try and interprate it as octal (all numbers starting with 0 are treated as octal in tcl). and since 8 is an invalid octal value, it errors<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu May 16, 2002 5:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-16T16:10:00-04:00</updated>

		<published>2002-05-16T16:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6985#p6985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6985#p6985"/>
		<title type="html"><![CDATA[Odd errors...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6985#p6985"><![CDATA[
I'd say timer33 is executing a command which is expecting an octal number (eg. 037777777777) and instead it's getting an integer (08). Might be a scan command or a binary command.<p>Statistics: Posted by Guest — Thu May 16, 2002 4:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-16T14:14:00-04:00</updated>

		<published>2002-05-16T14:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6981#p6981</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6981#p6981"/>
		<title type="html"><![CDATA[Odd errors...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6981#p6981"><![CDATA[
What does this mean?<br><br>Tcl error in script for 'timer33':<br>"08" is an invalid octal number<br><p>Statistics: Posted by Guest — Thu May 16, 2002 2:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
