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

	<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>2003-04-08T09:15:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[eiSi]]></name></author>
		<updated>2003-04-08T09:15:27-04:00</updated>

		<published>2003-04-08T09:15:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18726#p18726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18726#p18726"/>
		<title type="html"><![CDATA[deleting list entries]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18726#p18726"><![CDATA[
thanks I'll try!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=939">eiSi</a> — Tue Apr 08, 2003 9:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-08T09:01:42-04:00</updated>

		<published>2003-04-08T09:01:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18720#p18720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18720#p18720"/>
		<title type="html"><![CDATA[deleting list entries]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18720#p18720"><![CDATA[
See the lreplace command.<br><br>As well as replacing one value for another, it can delete values too.<br><br>To do so, don't spacify a value to replace with.<br><br>EG<br><div class="codebox"><p>Code: </p><pre><code>set list [list a b c]set list [lraplce $list 1 1]</code></pre></div>The list is now "a c"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 08, 2003 9:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eiSi]]></name></author>
		<updated>2003-04-08T08:58:52-04:00</updated>

		<published>2003-04-08T08:58:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18719#p18719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18719#p18719"/>
		<title type="html"><![CDATA[deleting list entries]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18719#p18719"><![CDATA[
hi there!<br><br>I have a problem:<br><br>a list:<br><br>set list {a b c}<br><br>how to delete the entry "b", that the list only looks like this:<br><br>{a c}<br><br>thanks for any help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=939">eiSi</a> — Tue Apr 08, 2003 8:58 am</p><hr />
]]></content>
	</entry>
	</feed>
