<?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>GuShH&#039;s DevBlog &#187; string</title>
	<atom:link href="http://gushh.net/blog/?tag=string&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://gushh.net/blog</link>
	<description>This blog is about software, electronics engineering and game development.</description>
	<lastBuildDate>Tue, 24 Jan 2012 00:31:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Randomize Array &#8211; A Flexible hard-coded macro</title>
		<link>http://gushh.net/blog/randomize-array-a-flexible-hard-coded-macro/</link>
		<comments>http://gushh.net/blog/randomize-array-a-flexible-hard-coded-macro/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 16:13:40 +0000</pubDate>
		<dc:creator>GuShH</dc:creator>
				<category><![CDATA[PureBasic]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[fill]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[pb]]></category>
		<category><![CDATA[purebasic]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[randomize]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://gushh.net/blog/2009/06/13/pb-randomize-array-a-flexible-hard-coded-macro/</guid>
		<description><![CDATA[Tired of writing the same &#8220;randomize array&#8221; routines over and over?, just snap this little macro and register them as you see fit. A guard should be put to avoid double registrations (although the compiler will complain about this anyway &#8212; I suggest registering right after you include this, since you already know what you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of writing the same &#8220;randomize array&#8221; routines over and over?, just snap this little macro and register them as you see fit. A guard should be put to avoid double registrations (although the compiler will complain about this anyway &#8212; I suggest registering right after you include this, since you already know what you&#8217;re going to need&#8230; )</p>
<p>Code:<br />
<a href="http://gushh.net/dev/?file=pb/randomizearray.pb" target="_blank"> http://gushh.net/dev/?file=pb/randomizearray.pb</a></p>
<p>Examples:<br />
<a href="http://gushh.net/dev/?file=pb/randomizearray_test.pb" target="_blank"> http://gushh.net/dev/?file=pb/randomizearray_test.pb</a></p>
<p>Simple, right?</p>
<p>A need for both a debug / format (to string) and random fills for string arrays is present, but I&#8217;m not in the need of them at the moment. Do request if you need them though.</p>
<p>Cheers.</p>
<g:plusone href='http://gushh.net/blog/randomize-array-a-flexible-hard-coded-macro/'></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://gushh.net/blog/randomize-array-a-flexible-hard-coded-macro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: gushh.net @ 2012-02-09 07:08:35 by W3 Total Cache -->
