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

	<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-01-14T07:00:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-14T07:00:55-04:00</updated>

		<published>2005-01-14T07:00:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45378#p45378</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45378#p45378"/>
		<title type="html"><![CDATA[Easy question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45378#p45378"><![CDATA[
&lt;snip&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Jan 14, 2005 7:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iguana]]></name></author>
		<updated>2005-01-13T20:27:47-04:00</updated>

		<published>2005-01-13T20:27:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45357#p45357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45357#p45357"/>
		<title type="html"><![CDATA[Easy question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45357#p45357"><![CDATA[
Excellent, exactly what I needed and completed my script! Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5844">iguana</a> — Thu Jan 13, 2005 8:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-01-12T20:39:44-04:00</updated>

		<published>2005-01-12T20:39:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45333#p45333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45333#p45333"/>
		<title type="html"><![CDATA[Easy question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45333#p45333"><![CDATA[
one way;<div class="codebox"><p>Code: </p><pre><code>scan $line %s%s%s line1 line2 line3</code></pre></div>another (more common) way would be this;<div class="codebox"><p>Code: </p><pre><code>set line1 [lindex [split $line] 0]set line2 [lindex [split $line] 1]etc</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Wed Jan 12, 2005 8:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iguana]]></name></author>
		<updated>2005-01-12T19:46:41-04:00</updated>

		<published>2005-01-12T19:46:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45332#p45332</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45332#p45332"/>
		<title type="html"><![CDATA[Easy question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45332#p45332"><![CDATA[
What command syntax would I need to split the following line (after reading it from a webpage) to (for example) $line1 $line2 $line3<div class="codebox"><p>Code: </p><pre><code>105 c84314d6 M4TECH</code></pre></div>The first numeric to $line1<br>the 8 digit code to $line2 <br>and the name to $line3<br><br>I know this is probably going to be simple but so am I!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5844">iguana</a> — Wed Jan 12, 2005 7:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
