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

	<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-04-17T08:25:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Esoteric]]></name></author>
		<updated>2005-04-17T08:25:36-04:00</updated>

		<published>2005-04-17T08:25:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48177#p48177</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48177#p48177"/>
		<title type="html"><![CDATA[List Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48177#p48177"><![CDATA[
Sweet! Just what I was looking for! Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6093">Esoteric</a> — Sun Apr 17, 2005 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-04-16T18:48:13-04:00</updated>

		<published>2005-04-16T18:48:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48165#p48165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48165#p48165"/>
		<title type="html"><![CDATA[List Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48165#p48165"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set string "info,(info2):info,(info2):info,(info2):info,(info2):info,(info2):info,(info2)"foreach info [split $string :] { if {[string match -nocase *keyword* $info]} {  #matched }}</code></pre></div>this will search for keyword in every info between ':'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 16, 2005 6:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Esoteric]]></name></author>
		<updated>2005-04-16T18:20:08-04:00</updated>

		<published>2005-04-16T18:20:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48164#p48164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48164#p48164"/>
		<title type="html"><![CDATA[List Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48164#p48164"><![CDATA[
I have a string of text that I need to split into a list so that I can assign the information accordingly. Below I have a sample of the text. This is what I need done.<br><br>First split the string on the : (colon) then search the first column of te split for a keyword, if it has the word in it then append it to another list. and so on. I figured the easiest way would to put the each section separated by the : into an element of an array or something, but I just don't know tcl that well. Can anyone help? <br><br><br>info,(info2):info,(info2):info,(info2):info,(info2):info,(info2):info,(info2)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6093">Esoteric</a> — Sat Apr 16, 2005 6:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
