<?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>MMB Samples &#187; string</title>
	<atom:link href="http://mmbsamples.com/tag/string/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmbsamples.com</link>
	<description>Just another MMB resource site that hopes last longer!</description>
	<lastBuildDate>Tue, 26 Jul 2011 05:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Source of MMB Registry Value Creator</title>
		<link>http://mmbsamples.com/source-of-mmb-registry-value-creator/</link>
		<comments>http://mmbsamples.com/source-of-mmb-registry-value-creator/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:37:44 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[Built Using MMB]]></category>
		<category><![CDATA[MMB Scripting Samples]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[dword]]></category>
		<category><![CDATA[MMB]]></category>
		<category><![CDATA[mmb registry value creator]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/source-of-mmb-registry-value-creator/</guid>
		<description><![CDATA[Source of MMB Registry Value Creator Original post : http://mmbsamples.com/mmb-registry-value-creator/]]></description>
			<content:encoded><![CDATA[<p>Source of MMB Registry Value Creator</p>
<p><img class="reflect" alt="" hspace="0" src="http://www.va3onak.com/va3upload/images/nuxd61urwk9iic2bono1.jpg" align="baseline" border="0" /></p>
<p>Original post :</p>
<p><a href="http://mmbsamples.com/mmb-registry-value-creator/" onclick="javascript:TrackClick('http%3A%2F%2Fmmbsamples.com%2Fmmb-registry-value-creator%2F','')">http://mmbsamples.com/mmb-registry-value-creator/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/source-of-mmb-registry-value-creator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MMB Registry Value Creator</title>
		<link>http://mmbsamples.com/mmb-registry-value-creator/</link>
		<comments>http://mmbsamples.com/mmb-registry-value-creator/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 23:27:51 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[Built Using MMB]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[creator]]></category>
		<category><![CDATA[dword]]></category>
		<category><![CDATA[MMB]]></category>
		<category><![CDATA[mmb registry value creator]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/mmb-registry-value-creator/</guid>
		<description><![CDATA[This program make script for create and edit registry string , binary and dword values and make new key for use in MMB without any plugin.]]></description>
			<content:encoded><![CDATA[<p>This program make script for create and edit registry string , binary and dword values and make new key for use in MMB without any plugin.</p>
<p><img class="reflect" alt="" hspace="0" src="http://www.va3onak.com/va3upload/images/nuxd61urwk9iic2bono1.jpg" align="baseline" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/mmb-registry-value-creator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KBStringer Plugin 1.0</title>
		<link>http://mmbsamples.com/kbstringer-plugin-10/</link>
		<comments>http://mmbsamples.com/kbstringer-plugin-10/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 00:16:51 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[chr]]></category>
		<category><![CDATA[kbstringer]]></category>
		<category><![CDATA[str]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/kbstringer-plugin-10/</guid>
		<description><![CDATA[KBStringer Plugin 1.0 made by Killer Blade KBStringer is a string handling plugin for MMB. Functions list : strLeft strRight strSubString strPos strRPos strLen strCount strReplace strToUpper strToLower]]></description>
			<content:encoded><![CDATA[<p>KBStringer Plugin 1.0<br />
made by Killer Blade</p>
<p>KBStringer is a string handling plugin for MMB.<br />
<img class="reflect" height="150" alt="kbstring" src="http://mmbsamples.com/wp-content/uploads/2008/11/kbstring.jpg" width="422" /></p>
<p><strong>Functions list :</strong></p>
<ul>
<li>strLeft</li>
<li>strRight</li>
<li>strSubString</li>
<li>strPos</li>
<li>strRPos</li>
<li>strLen</li>
<li>strCount</li>
<li>strReplace</li>
<li>strToUpper</li>
<li>strToLower</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/kbstringer-plugin-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>G-String v1.0 Plugin</title>
		<link>http://mmbsamples.com/g-string-v10-plugin/</link>
		<comments>http://mmbsamples.com/g-string-v10-plugin/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 22:07:50 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/g-string-v10-plugin/</guid>
		<description><![CDATA[The G-String plugin provides many string and list manipulation functions. These functions are designed to enhance MMB string functions and possibly save you some scripting. This free MMB plugin provides the following functions: enhanced variations of trim, replace, get, copy, insert, pos, delimiter, etc. create and edit up to 5 string lists in memory add [...]]]></description>
			<content:encoded><![CDATA[<p>The G-String plugin provides many string and list manipulation functions. These functions are designed to enhance MMB string functions and possibly save you some scripting.</p>
<p><img class="reflect" height="150" alt="g-string" src="http://mmbsamples.com/wp-content/uploads/2008/10/g-string.jpg" width="450" /></p>
<p>
This free MMB plugin provides the following functions:</p>
<ul>
<li>enhanced variations of trim, replace, get, copy, insert, pos, delimiter, etc.</li>
<li>create and edit up to 5 string lists in memory</li>
<li>add items, delimited strings, and files to string lists in memory</li>
<li>various functions to manipulate the lists such as delete, insert, sort, clear, add, move, exchange, etc.</li>
<li>add lists together, replace one list with another</li>
<li>manipulate delimited strings</li>
<li>easily manipulate name/value pairs in strings (odklizec=320 or apple=yummy) great for tracking high scores or marks, etc</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/g-string-v10-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

