<?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>Cogniza &#187; Function</title>
	<atom:link href="http://cogniza.com/wordpress/tag/function/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogniza.com/wordpress</link>
	<description>Business-Intelligence Specialists</description>
	<lastBuildDate>Sat, 30 Apr 2011 13:22:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crystal Reports: Array_Push() Function</title>
		<link>http://cogniza.com/wordpress/2008/01/09/crystal-reports-array_push-function/</link>
		<comments>http://cogniza.com/wordpress/2008/01/09/crystal-reports-array_push-function/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 20:21:23 +0000</pubDate>
		<dc:creator>Craig Buchanan</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.cogniza.com/blog/?p=104</guid>
		<description><![CDATA[Add a string value to an array of strings, only if string value hasn&#8217;t already been added to the array.
Function (Stringvar Array Items, Stringvar Value)
    If Array_Contains (Items, Value) = False Then (
        Redim Preserve Items[Ubound(Items)+1];
        Items[Ubound(Items)]:=Value;
    );
    Items;

]]></description>
			<content:encoded><![CDATA[<p>Add a string value to an array of strings, only if string value hasn&#8217;t already been added to the array.<span id="more-104"></span><code><br />
Function (Stringvar Array Items, Stringvar Value)<br />
    If Array_Contains (Items, Value) = False Then (<br />
        Redim Preserve Items[Ubound(Items)+1];<br />
        Items[Ubound(Items)]:=Value;<br />
    );<br />
    Items;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://cogniza.com/wordpress/2008/01/09/crystal-reports-array_push-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

