<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Diziler/Array İşlemleri nasıl yapılır?</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Diziler/Array İşlemleri nasıl yapılır?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 23:14:05 +0000</pubDate>
  <lastBuildDate>Tue, 30 May 2023 12:58:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_post_feed.asp?TID=500</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://www.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://www.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Diziler/Array İşlemleri nasıl yapılır? : var MyForm:TclStyleForm; myArrayInteger...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=500&amp;PID=512#512</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=103">Benhur</a><br /><strong>Konu:</strong> 500<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Mayıs&nbsp;2023 Saat 12:58<br /><br /><div>var</div><div>&nbsp; MyForm:TclStyleForm;</div><div>&nbsp; myArrayInteger : TclArrayInteger;</div><div>&nbsp; BtnArraySample:TclButton;</div><div>&nbsp; Procedure BtnArraySampleClick;</div><div>&nbsp; Var i:Integer;</div><div>&nbsp; Begin</div><div>&nbsp; &nbsp; For i:=1 To 3 Do myArrayInteger.Add(0);//diziye değeleri 0 olan 3 tane eleman oluştur</div><div>&nbsp; &nbsp; With myArrayInteger do</div><div>&nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; SetItem(0,1);//0.indise 1 değerini ata</div><div>&nbsp; &nbsp; &nbsp; SetItem(1,1);//1.indise 1 değerini ata</div><div>&nbsp; &nbsp; &nbsp; SetItem(2,1);//2.indise 1 değerini ata</div><div>&nbsp; &nbsp; &nbsp; SetItem(0, GetItem(0) + GetItem(1) + GetItem(2));//dizinin 0. elemanına tüm dizi değerlerini topla</div><div>&nbsp; &nbsp; &nbsp; clShowMessage(GetItem(0));</div><div>&nbsp; &nbsp; End;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; myArrayInteger.RemoveAll;//dizi elemanlarını ve içeriklerini tümüyle sıfırla</div><div>&nbsp; End;</div><div>begin&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm := TclStyleForm.Create(Self);</div><div>&nbsp; myArrayInteger := TClArrayInteger.Create;</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnArraySample:= MyForm.AddNewButton(MyForm,'BtnArraySample','Array Result');</div><div>&nbsp; MyForm.AddNewEvent(BtnArraySample,tbeOnClick,'BtnArraySampleClick');</div><div><br></div><div>&nbsp; MyForm.Run;</div><div><br></div><div>end;</div>]]>
   </description>
   <pubDate>Tue, 30 May 2023 12:58:20 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=500&amp;PID=512#512</guid>
  </item> 
  <item>
   <title><![CDATA[Diziler/Array İşlemleri nasıl yapılır? :  ]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=500&amp;PID=511#511</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=103">Benhur</a><br /><strong>Konu:</strong> 500<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Mayıs&nbsp;2023 Saat 12:54<br /><br /><div><img src="" border="0" /></div><div><br></div><img src="" border="0" /><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 30 May 2023 12:54:26 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=500&amp;PID=511#511</guid>
  </item> 
 </channel>
</rss>