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

	<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-06-14T07:31:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-06-14T07:31:38-04:00</updated>

		<published>2003-06-14T07:31:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21808#p21808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21808#p21808"/>
		<title type="html"><![CDATA[Creating variables out of database files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21808#p21808"><![CDATA[
awesome - works perfect!<br>thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Sat Jun 14, 2003 7:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-14T00:59:10-04:00</updated>

		<published>2003-06-14T00:59:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21797#p21797</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21797#p21797"/>
		<title type="html"><![CDATA[Creating variables out of database files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21797#p21797"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set user [lindex [split $yourline "|"] 0]set pass [lindex [split $yourline "|"] 1]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 14, 2003 12:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-06-13T21:47:37-04:00</updated>

		<published>2003-06-13T21:47:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21796#p21796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21796#p21796"/>
		<title type="html"><![CDATA[Creating variables out of database files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21796#p21796"><![CDATA[
Hi,<br><br>I got a little question:<br><br>I have a database file called db.txt.<br><br>In it are a few lines stored:<br><br>User1|Pass1<br>User2|Pass2<br>User3|Pass3<br>User4|Pass4<br><br>Now I want a proc which outputs me that file but I wanna strip of the | and make User1 and Pass1 a variable so I can modify the output style. Now the question is how must the "set $user ..." line looks so that it always takes text before the | and the rest is set to $pass ??<br>Would be nice if anyone could write me a short example proc. Thanks!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Fri Jun 13, 2003 9:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
