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

	<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>2002-02-15T18:56:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Souperman]]></name></author>
		<updated>2002-02-15T18:56:00-04:00</updated>

		<published>2002-02-15T18:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4592#p4592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4592#p4592"/>
		<title type="html"><![CDATA[split command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4592#p4592"><![CDATA[
You'd need to escape the " with a  if it's to be part of the string. So...<br><br>set foo ""word1 word2"<br>set bar [split $foo]<br><br>$bar is now a list with elements {"word1} and {word2}<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=801">Souperman</a> — Fri Feb 15, 2002 6:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-15T18:43:00-04:00</updated>

		<published>2002-02-15T18:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4591#p4591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4591#p4591"/>
		<title type="html"><![CDATA[split command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4591#p4591"><![CDATA[
when using the split command to create a list from a string, can the program get confused with characters within a string variable...?<br><br>ie<br><br>set string1 ""word1 word2"<br><br>set list [split $string1]<br><br>theoretically the list should have elements: "word1 word2<br><br>or does the " mess up the splitting?<p>Statistics: Posted by Guest — Fri Feb 15, 2002 6:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
