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

	<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-23T13:55:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2003-04-23T13:55:21-04:00</updated>

		<published>2003-04-23T13:55:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19356#p19356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19356#p19356"/>
		<title type="html"><![CDATA[(2dimensional) arrays]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19356#p19356"><![CDATA[
uhm, seems to be pretty easy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>little arcane learns arrays *g*<br><br>guess i start liking tcl <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Wed Apr 23, 2003 1:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-21T14:52:40-04:00</updated>

		<published>2003-04-21T14:52:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19323#p19323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19323#p19323"/>
		<title type="html"><![CDATA[(2dimensional) arrays]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19323#p19323"><![CDATA[
<a href="http://tcl.activestate.com/man/tcl8.4/TclCmd/array.htm" class="postlink">http://tcl.activestate.com/man/tcl8.4/TclCmd/array.htm</a><br>go there and read about "array get" and "array names"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Apr 21, 2003 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2003-04-21T14:43:58-04:00</updated>

		<published>2003-04-21T14:43:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19322#p19322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19322#p19322"/>
		<title type="html"><![CDATA[(2dimensional) arrays]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19322#p19322"><![CDATA[
ive got the following problem:<br><br>i want my voting script to support 1 vote per channel. so i turned every variable into an array. theres only one problem:<br>the people who already voted are already stored in an array. so i searched the forum and changed it to: <div class="codebox"><p>Code: </p><pre><code>vpeople($chan,$mask)</code></pre></div>but when ending a vote, ill have to unset all voted people for this specific chan. ie i want to unset vpeople(#chan,&lt;all&gt;). is there _any_ way to do this? - with arrays or without.<br>and then 2 more questions:<br>1. is there a way to go through an array such as for lists: foreach item <ul> <li>?<br>2. is it possible to make an array of lists?</li></ul><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Mon Apr 21, 2003 2:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
