<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>selim topaloğlu &#187; strreverse</title>
	<atom:link href="http://selim.topaloglu.net/index.php/tag/strreverse/feed/" rel="self" type="application/rss+xml" />
	<link>http://selim.topaloglu.net</link>
	<description>bir programcının günlüğü</description>
	<lastBuildDate>Fri, 06 Aug 2010 14:34:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP ile sayıyı virgülle ayırma</title>
		<link>http://selim.topaloglu.net/asp/asp-ile-sayiyi-virgulle-ayirma/</link>
		<comments>http://selim.topaloglu.net/asp/asp-ile-sayiyi-virgulle-ayirma/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:18:34 +0000</pubDate>
		<dc:creator>Selim Topaloğlu</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sayı]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[strreverse]]></category>
		<category><![CDATA[virgül]]></category>

		<guid isPermaLink="false">http://selim.topaloglu.net/?p=135</guid>
		<description><![CDATA[Uzun zaman sonra, daha önce kullanmadığım birşeye ihtiyacım oldu&#8230; Uzun bir sayıyı 3 lü haneler şeklinde virgülle ayırmak. PHP sinide yayınlarım boş zamanımda.
Buyrun fonksiyona,
&#60;%
Function Virgulle(Veri)
	Veri = Cstr(StrReverse(Veri))
	For i = 1 To Len(Veri)
		GeciciVeri = Mid(Veri,i,1) &#38; GeciciVeri
		If i Mod 3 = 0 And Not i = Len(Veri) Then GeciciVeri = "," &#38; GeciciVeri
	Next
	Virgulle = GeciciVeri
End Function
%&#62;
]]></description>
			<content:encoded><![CDATA[<p>Uzun zaman sonra, daha önce kullanmadığım birşeye ihtiyacım oldu&#8230; Uzun bir sayıyı 3 lü haneler şeklinde virgülle ayırmak. PHP sinide yayınlarım boş zamanımda.</p>
<p>Buyrun fonksiyona,</p>
<pre class="brush: vb">&lt;%
Function Virgulle(Veri)
	Veri = Cstr(StrReverse(Veri))
	For i = 1 To Len(Veri)
		GeciciVeri = Mid(Veri,i,1) &amp; GeciciVeri
		If i Mod 3 = 0 And Not i = Len(Veri) Then GeciciVeri = "," &amp; GeciciVeri
	Next
	Virgulle = GeciciVeri
End Function
%&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://selim.topaloglu.net/asp/asp-ile-sayiyi-virgulle-ayirma/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
	</channel>
</rss>
