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

	<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>2005-05-24T04:01:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-24T04:01:12-04:00</updated>

		<published>2005-05-24T04:01:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49751#p49751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49751#p49751"/>
		<title type="html"><![CDATA[How to do a variable for 9 lines ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49751#p49751"><![CDATA[
probably an array is easiest then.<div class="codebox"><p>Code: </p><pre><code>set mylines(1) "bla..."...set mylines(7) "bla..."...proc ...   for {set i 1} {$i &lt;= 7} {incr i} {      puthelp "PRIVMSG $chan :$::mylines($i)"   }</code></pre></div>dont forget to adjust '$i &lt;= 7' if you change the number of lines, you can even set something like:<br>set mylines(count) 7<br>and check via:<br>$i &lt;= $::mylines(count)<br>however, if the number changes often you should consider using a list <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=2382">De Kus</a> — Tue May 24, 2005 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[S0nnY]]></name></author>
		<updated>2005-05-24T02:53:13-04:00</updated>

		<published>2005-05-24T02:53:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49747#p49747</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49747#p49747"/>
		<title type="html"><![CDATA[How to do a variable for 9 lines ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49747#p49747"><![CDATA[
for example<br><br>i have some procs where i need these 7 lines <br>"<br>line1<br>line2<br>line3<br>line4<br>line5<br>line6<br>line7<br>"<br>but i don't want to write everyone in every proc<br>i want do have <br>putserv "PRIVMSG $chan : $var"<br>and my bot will post these 7 lines one after the other one just like <br>putserv "PRIVMSG $chan :line1"<br>putserv "PRIVMSG $chan :line2"<br>...and so on<br>how it is possible ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5425">S0nnY</a> — Tue May 24, 2005 2:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-24T02:36:44-04:00</updated>

		<published>2005-05-24T02:36:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49745#p49745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49745#p49745"/>
		<title type="html"><![CDATA[How to do a variable for 9 lines ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49745#p49745"><![CDATA[
save as global string, list or array, depending how you need them ^-^. There are almost no limits <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">. if you tell us more details we might be able to recommned you one these 3 methodes ^-^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue May 24, 2005 2:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[S0nnY]]></name></author>
		<updated>2005-05-24T02:15:20-04:00</updated>

		<published>2005-05-24T02:15:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49743#p49743</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49743#p49743"/>
		<title type="html"><![CDATA[How to do a variable for 9 lines ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49743#p49743"><![CDATA[
Hi i have 9 lines i need in 8 procs, how to add these lines in one variable ?<br><br>thx<br>S0nnY<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5425">S0nnY</a> — Tue May 24, 2005 2:15 am</p><hr />
]]></content>
	</entry>
	</feed>
