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

	<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>2004-07-11T06:03:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2004-07-11T06:03:52-04:00</updated>

		<published>2004-07-11T06:03:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38435#p38435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38435#p38435"/>
		<title type="html"><![CDATA[combining 'set' operations]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38435#p38435"><![CDATA[
ah thanks Papillon  <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=2210">NewzUK</a> — Sun Jul 11, 2004 6:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-07-11T05:50:24-04:00</updated>

		<published>2004-07-11T05:50:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38434#p38434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38434#p38434"/>
		<title type="html"><![CDATA[combining 'set' operations]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38434#p38434"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set mkw [string toupper [string map {"\[\[12\]" "\["} [gettok $line 4- 32]]]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Jul 11, 2004 5:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2004-07-11T05:35:32-04:00</updated>

		<published>2004-07-11T05:35:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38433#p38433</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38433#p38433"/>
		<title type="html"><![CDATA[combining 'set' operations]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38433#p38433"><![CDATA[
Hi - is there a way I can combine these 3 operations for setting a variable into one line to simplify things?<br><div class="codebox"><p>Code: </p><pre><code>set mkw [gettok $line 4- 32]set mkw [string map {"\[\[12\]" "\["} $mkw]set mkw [string toupper $mkw]</code></pre></div>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Sun Jul 11, 2004 5:35 am</p><hr />
]]></content>
	</entry>
	</feed>
