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

	<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>2009-08-17T09:28:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-08-17T09:28:33-04:00</updated>

		<published>2009-08-17T09:28:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89932#p89932</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89932#p89932"/>
		<title type="html"><![CDATA[Remove character]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89932#p89932"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set a "word"puts [string range $a 1 end]</code></pre></div><div class="codebox"><p>Code: </p><pre><code>set a "word"regsub {[^.]} $a "" aputs $a</code></pre></div><div class="codebox"><p>Code: </p><pre><code>set a "word"set a [join [lrange [split $a {}] 1 end] ""]puts $a</code></pre></div><blockquote class="uncited"><div>[tomekk@zonk]:~# ./zonk.tcl<br>ord<br>ord<br>ord</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Mon Aug 17, 2009 9:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Failed]]></name></author>
		<updated>2009-08-17T09:10:14-04:00</updated>

		<published>2009-08-17T09:10:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89931#p89931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89931#p89931"/>
		<title type="html"><![CDATA[Remove character]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89931#p89931"><![CDATA[
Hi, everyone!<br><br>how can i remove the first character of a word?<br><br>Cya<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10818">Failed</a> — Mon Aug 17, 2009 9:10 am</p><hr />
]]></content>
	</entry>
	</feed>
