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

	<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-01-27T15:02:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-27T15:02:00-04:00</updated>

		<published>2004-01-27T15:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32964#p32964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32964#p32964"/>
		<title type="html"><![CDATA[Clearing an Array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32964#p32964"><![CDATA[
Heh. Your welcome. Yes, is an nice web page. I have sow it in the topic of channel #egghelp on freenode (actualy in topic from the stats page of that channel) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 27, 2004 3:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kripton]]></name></author>
		<updated>2004-01-27T13:39:00-04:00</updated>

		<published>2004-01-27T13:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32952#p32952</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32952#p32952"/>
		<title type="html"><![CDATA[Clearing an Array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32952#p32952"><![CDATA[
Thanx caesar for the complete TCL-Guide!<br><br>I just knew the TCLGuide from SunInet, which explains the most important, but not all functions!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4364">Kripton</a> — Tue Jan 27, 2004 1:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-01-26T15:52:17-04:00</updated>

		<published>2004-01-26T15:52:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32906#p32906</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32906#p32906"/>
		<title type="html"><![CDATA[Re: Clearing an Array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32906#p32906"><![CDATA[
If you want the array to exist but be completely empty, you could do <div class="codebox"><p>Code: </p><pre><code>array unset yourArray *</code></pre></div> if you want to remove the entire array, use <div class="codebox"><p>Code: </p><pre><code>unset yourArray</code></pre></div> or <div class="codebox"><p>Code: </p><pre><code>array unset yourArray</code></pre></div> (the result will be the same, but the plain 'unset' is less verbose <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">) If you want to create an empty array to reserve the name or whatever, do <div class="codebox"><p>Code: </p><pre><code>array set yourArray {}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Jan 26, 2004 3:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-26T15:43:27-04:00</updated>

		<published>2004-01-26T15:43:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32903#p32903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32903#p32903"/>
		<title type="html"><![CDATA[Clearing an Array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32903#p32903"><![CDATA[
If you mean delete the array then use "array unset your-array" .. also, you can always have a look <a href="http://tmml.sourceforge.net/doc/tcl/array.html" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jan 26, 2004 3:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kripton]]></name></author>
		<updated>2004-01-26T15:25:01-04:00</updated>

		<published>2004-01-26T15:25:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32901#p32901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32901#p32901"/>
		<title type="html"><![CDATA[Clearing an Array]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32901#p32901"><![CDATA[
How do I remove all fields from an array, so there is no data-flied in the array?<br><br>U know, 'set arrayname ""' doesn't work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4364">Kripton</a> — Mon Jan 26, 2004 3:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
