<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>arkinEx Codex &#187; example</title>
	<atom:link href="http://www.arkinex.com/contains/example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arkinex.com</link>
	<description>the place where all my code can be viewed</description>
	<lastBuildDate>Wed, 04 Nov 2009 20:39:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>TCL Substring, How do you do it?</title>
		<link>http://www.arkinex.com/blog/53/tcl-substring-how-do-you-do-it/</link>
		<comments>http://www.arkinex.com/blog/53/tcl-substring-how-do-you-do-it/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 23:48:16 +0000</pubDate>
		<dc:creator>arkin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[substr]]></category>
		<category><![CDATA[substring]]></category>
		<category><![CDATA[TCL]]></category>

		<guid isPermaLink="false">http://www.arkinex.com/?p=53</guid>
		<description><![CDATA[At first I was a bit confused on how to achieve a substring in TCL. Its not very clear and its not well documented, but in the end I found it. Here is it: set string &#34;This is an example string&#34; putserv &#34;PRIVMSG #channel :Example: [string range $string 0 4]&#34; # This would message #channel [...]]]></description>
			<content:encoded><![CDATA[<p>At first I was a bit confused on how to achieve a substring in TCL. Its not very clear and its not well documented, but in the end I found it.</p>
<p>Here is it:</p>

<div class="wp_syntax"><div class="code"><pre class="tcl" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">set</span> <span style="color: #008000;">string</span> <span style="color: #483d8b;">&quot;This is an example string&quot;</span>
putserv <span style="color: #483d8b;">&quot;PRIVMSG #channel :Example: [string range $string 0 4]&quot;</span>
<span style="color: #808080; font-style: italic;"># This would message #channel with &quot;Example: This&quot;</span>
<span style="color: #808080; font-style: italic;"># Remember: All strings start at letter number 0.</span></pre></div></div>

<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkinex.com/blog/53/tcl-substring-how-do-you-do-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
