<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ranjan's Weblog &#187; Crystal Report</title>
	<atom:link href="http://ranjanaspnet.wordpress.com/category/crystal-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://ranjanaspnet.wordpress.com</link>
	<description>Asp.Net weblog on WordPress.com</description>
	<lastBuildDate>Mon, 12 Nov 2007 10:28:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ranjanaspnet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e5e929467581e29af0c709dcba431d01?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ranjan's Weblog &#187; Crystal Report</title>
		<link>http://ranjanaspnet.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ranjanaspnet.wordpress.com/osd.xml" title="Ranjan&#8217;s Weblog" />
		<item>
		<title>Split() function</title>
		<link>http://ranjanaspnet.wordpress.com/2007/10/23/split-function/</link>
		<comments>http://ranjanaspnet.wordpress.com/2007/10/23/split-function/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 07:31:54 +0000</pubDate>
		<dc:creator>ranjanaspnet</dc:creator>
				<category><![CDATA[Crystal Report]]></category>

		<guid isPermaLink="false">http://ranjanaspnet.wordpress.com/2007/10/23/split-function/</guid>
		<description><![CDATA[Using split() function with array in crystal report 
// 1)  To return single element value in string
local stringVar array ;
local stringVar returnValue;
:=Split({},&#8217;;');	//  Split(,delimeter);
returnValue:=[0];		
// 2) To return all elements in string
local numbervar asize := ubound();
local numbervar x;
local stringvar returnValue:=&#8221;";
for x := 1 to asize do
(
    returnValue := returnValue &#38; [x] &#38; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ranjanaspnet.wordpress.com&blog=1962970&post=4&subd=ranjanaspnet&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Using split() function with array in crystal report </p>
<p>// 1)  To return single element value in string<br />
local stringVar array ;<br />
local stringVar returnValue;</p>
<p>:=Split({},&#8217;;');	//  Split(,delimeter);</p>
<p>returnValue:=[0];		</p>
<p>// 2) To return all elements in string<br />
local numbervar asize := ubound();<br />
local numbervar x;<br />
local stringvar returnValue:=&#8221;";</p>
<p>for x := 1 to asize do<br />
(<br />
    returnValue := returnValue &amp; [x] &amp; &#8221;      &#8220;;<br />
);</p>
<p>returnValue;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ranjanaspnet.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ranjanaspnet.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ranjanaspnet.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ranjanaspnet.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ranjanaspnet.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ranjanaspnet.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ranjanaspnet.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ranjanaspnet.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ranjanaspnet.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ranjanaspnet.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ranjanaspnet.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ranjanaspnet.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ranjanaspnet.wordpress.com&blog=1962970&post=4&subd=ranjanaspnet&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ranjanaspnet.wordpress.com/2007/10/23/split-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/613d9954a93c3e79c03fb1f9bc448a8c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ranjan</media:title>
		</media:content>
	</item>
	</channel>
</rss>