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

	<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-04-11T12:31:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Darkj]]></name></author>
		<updated>2004-04-11T12:31:30-04:00</updated>

		<published>2004-04-11T12:31:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35427#p35427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35427#p35427"/>
		<title type="html"><![CDATA[New at this Stripping Thing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35427#p35427"><![CDATA[
Awesome, thanks alot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3459">Darkj</a> — Sun Apr 11, 2004 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dollar]]></name></author>
		<updated>2004-04-11T12:29:35-04:00</updated>

		<published>2004-04-11T12:29:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35426#p35426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35426#p35426"/>
		<title type="html"><![CDATA[New at this Stripping Thing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35426#p35426"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set text [split "1000=Nick|request and stuff|status|date requested" |]set request [lindex $text 1]set status [lindex $text 2]set date [lindex $text 3]set reqid [lindex [split [lindex $text 0] =] 0]set nick [lindex [split [lindex $text 0] =] 1]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4046">dollar</a> — Sun Apr 11, 2004 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Darkj]]></name></author>
		<updated>2004-04-11T11:46:48-04:00</updated>

		<published>2004-04-11T11:46:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35421#p35421</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35421#p35421"/>
		<title type="html"><![CDATA[New at this Stripping Thing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35421#p35421"><![CDATA[
This is probably a really dumb question, but I'm new at stripping lines for data.<br><br>I have editted a script so that it stores items like this<br><br>1000=Nick|request and stuff|status|date requested<br><br>To break it down<br>1000 == request id<br>Nick == users nick<br>request == request of the user, undertimned size.<br>status == Status of the request<br>date requested == obvious<br><br>Now i've tried using the [split $whatever "|"], but its doesn't do the job right without a ton of code.  Is there an easier way to getting those 5 variables from that line without making 10 lines of code to do it?<br><br>Help would definately be appreciated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3459">Darkj</a> — Sun Apr 11, 2004 11:46 am</p><hr />
]]></content>
	</entry>
	</feed>
