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

	<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-22T15:57:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-05-22T15:57:00-04:00</updated>

		<published>2002-05-22T15:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7169#p7169</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7169#p7169"/>
		<title type="html"><![CDATA[numbers in var]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7169#p7169"><![CDATA[
well, 'string is digit $var' will work if you're using a newer tcl version. if you got old tcl version, then you can use something like 'catch {incr var}', which will return 0 if its an integer, and 1 if not (note that the variable is declared with no $ in the incr)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Wed May 22, 2002 3:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-05-22T15:12:00-04:00</updated>

		<published>2002-05-22T15:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7168#p7168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7168#p7168"/>
		<title type="html"><![CDATA[numbers in var]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7168#p7168"><![CDATA[
I can't seem to figure out how to check if a string consist of just numbers or if there is any other chars in it.. I've tried "string is" but it didn't seem to work :/ Any ideas?<br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed May 22, 2002 3:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
