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

	<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>2017-01-27T20:15:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-01-27T20:15:53-04:00</updated>

		<published>2017-01-27T20:15:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105751#p105751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105751#p105751"/>
		<title type="html"><![CDATA[Replace element in list with white space]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105751#p105751"><![CDATA[
There was another line in the script that modified the command. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br>Both solutions work perfectly<br><br>Thank you willyw!  <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=12499">juanamores</a> — Fri Jan 27, 2017 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-01-24T23:04:05-04:00</updated>

		<published>2017-01-24T23:04:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105744#p105744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105744#p105744"/>
		<title type="html"><![CDATA[Re: Replace element in list with white space]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105744#p105744"><![CDATA[
<blockquote class="uncited"><div>The list  is stored in the <em class="text-italics">cursong</em> variable<br>Example: if the <em class="text-italics">cursong</em> variable returns: Another&amp;Brick&amp;In&amp;The&amp;Wall&amp;Pink&amp;Floyd<br>To return: Another Brick In The Wall Pink Floyd<br>I try:<div class="codebox"><p>Code: </p><pre><code>set cursong [string map [list "&amp;" " "] $cursong]</code></pre></div>But, no work</div></blockquote>This does work.  <br><br>&lt;me&gt; .tcl string map [list "&amp;" " "] "Another&amp;Brick&amp;In&amp;The&amp;Wall&amp;Pink&amp;Floyd"<br>&lt;botnick&gt; Tcl: Another Brick In The Wall Pink Floyd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jan 24, 2017 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2017-01-24T22:28:57-04:00</updated>

		<published>2017-01-24T22:28:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105743#p105743</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105743#p105743"/>
		<title type="html"><![CDATA[Re: Replace element in list with white space]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105743#p105743"><![CDATA[
<blockquote class="uncited"><div>The list  is stored in the <em class="text-italics">cursong</em> variable<br>Example: if the <em class="text-italics">cursong</em> variable returns: Another&amp;Brick&amp;In&amp;The&amp;Wall&amp;Pink&amp;Floyd<br>To return: Another Brick In The Wall Pink Floyd<br>...</div></blockquote>&lt;myhandle&gt; .tcl split "Another&amp;Brick&amp;In&amp;The&amp;Wall&amp;Pink&amp;Floyd" &amp;<br>&lt;botnick&gt; Tcl: Another Brick In The Wall Pink Floyd<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jan 24, 2017 10:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-01-24T16:20:35-04:00</updated>

		<published>2017-01-24T16:20:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105741#p105741</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105741#p105741"/>
		<title type="html"><![CDATA[Replace element in list with white space]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105741#p105741"><![CDATA[
The list  is stored in the <em class="text-italics">cursong</em> variable<br>Example: if the <em class="text-italics">cursong</em> variable returns: Another&amp;Brick&amp;In&amp;The&amp;Wall&amp;Pink&amp;Floyd<br>To return: Another Brick In The Wall Pink Floyd<br>I try:<div class="codebox"><p>Code: </p><pre><code>set cursong [string map [list "&amp;" " "] $cursong]</code></pre></div>But, no work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Tue Jan 24, 2017 4:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
