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

	<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-03-04T18:25:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-04T18:25:00-04:00</updated>

		<published>2002-03-04T18:25:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5045#p5045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5045#p5045"/>
		<title type="html"><![CDATA[Decrementing an integer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5045#p5045"><![CDATA[
ok, thx man<p>Statistics: Posted by Guest — Mon Mar 04, 2002 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-03-03T20:14:00-04:00</updated>

		<published>2002-03-03T20:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5021#p5021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5021#p5021"/>
		<title type="html"><![CDATA[Decrementing an integer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5021#p5021"><![CDATA[
To add 2 to a variable, you would either use:<br><div class="codebox"><p>Code: </p><pre><code>set variable 5incr variable 2</code></pre></div>Or:<br><div class="codebox"><p>Code: </p><pre><code>set variable 5set variable [expr $variable + 2]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Mar 03, 2002 8:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-03T18:21:00-04:00</updated>

		<published>2002-03-03T18:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5017#p5017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5017#p5017"/>
		<title type="html"><![CDATA[Decrementing an integer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5017#p5017"><![CDATA[
Hi there.<br><br>Is there a way to increment an integer value, or a string? (for example: to add 2 to 5 (result: 7 (doh))<br><br>set var 5<br>set varr [incr $var -2] doesn't work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>greejtz, Zygo.<br><br>&lt;font size=-1&gt;[ This Message was edited by: Zygomaticum on 2002-03-03 15:22 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Mar 03, 2002 6:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
