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

	<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>2006-02-15T14:27:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ghostscript]]></name></author>
		<updated>2006-02-15T14:27:13-04:00</updated>

		<published>2006-02-15T14:27:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60448#p60448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60448#p60448"/>
		<title type="html"><![CDATA[Really, Thanks!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60448#p60448"><![CDATA[
That worked wonders.  Thank you very much. ~bows~<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7352">ghostscript</a> — Wed Feb 15, 2006 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-14T23:11:58-04:00</updated>

		<published>2006-02-14T23:11:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60432#p60432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60432#p60432"/>
		<title type="html"><![CDATA[Argument Separation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60432#p60432"><![CDATA[
make sure you are getting in $args what you expect to get and use [split] on it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Feb 14, 2006 11:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ghostscript]]></name></author>
		<updated>2006-02-14T15:42:25-04:00</updated>

		<published>2006-02-14T15:42:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60427#p60427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60427#p60427"/>
		<title type="html"><![CDATA[Argument Separation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60427#p60427"><![CDATA[
Tried changing to using lindex. Looks like it should work but i get empty returns now. Is there something I'm doing wrong here?<br><div class="codebox"><p>Code: </p><pre><code>        set tfirst [lindex $args 0]        set tsecond [lindex $args 1]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7352">ghostscript</a> — Tue Feb 14, 2006 3:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-14T01:12:53-04:00</updated>

		<published>2006-02-14T01:12:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60414#p60414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60414#p60414"/>
		<title type="html"><![CDATA[Argument Separation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60414#p60414"><![CDATA[
you need to learn about using Tcl lists (what you want is usually done using [lindex])<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Feb 14, 2006 1:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ghostscript]]></name></author>
		<updated>2006-02-13T19:29:01-04:00</updated>

		<published>2006-02-13T19:29:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60410#p60410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60410#p60410"/>
		<title type="html"><![CDATA[Argument Separation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60410#p60410"><![CDATA[
I am running Eggdrop 1.4 and am trying to design a simple script that takes the input "!taken abcde edcba" and serparates it into varibles equal abcde and edcba respectively.<br><div class="codebox"><p>Code: </p><pre><code>        set $i [string first " " $args 0]        set $j [string length $args]        set $tfirst [string range $args 0 [$i-1]]        set $tsecond [string range $args [$i+1] $j]</code></pre></div>Any help would be most appicated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7352">ghostscript</a> — Mon Feb 13, 2006 7:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
