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

	<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>2015-03-31T23:31:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzNZ]]></name></author>
		<updated>2015-03-31T23:31:14-04:00</updated>

		<published>2015-03-31T23:31:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103736#p103736</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103736#p103736"/>
		<title type="html"><![CDATA[splitting a $var in half]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103736#p103736"><![CDATA[
That works beautifully...thanks SpiKe^^!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10525">NewzNZ</a> — Tue Mar 31, 2015 11:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2015-03-31T23:26:43-04:00</updated>

		<published>2015-03-31T23:26:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103735#p103735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103735#p103735"/>
		<title type="html"><![CDATA[splitting a $var in half]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103735#p103735"><![CDATA[
Try this...<div class="codebox"><p>Code: </p><pre><code>set var "[string range $var 0 2]-[string range $var 3 5]"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Tue Mar 31, 2015 11:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzNZ]]></name></author>
		<updated>2015-03-31T23:05:09-04:00</updated>

		<published>2015-03-31T23:05:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103734#p103734</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103734#p103734"/>
		<title type="html"><![CDATA[splitting a $var in half]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103734#p103734"><![CDATA[
Hi - have searched the forum, but can't quite find what I need.<br><br>Just wanting to split a $var in half and insert another character in the middle.<br><br>eg. make: $abcdef into: $abc-def<br><br>The $var is always 6 characters long, and the split I want to make is always in the middle 3 and 3.<br><br>Thanks for any help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10525">NewzNZ</a> — Tue Mar 31, 2015 11:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
