<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'arrays' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'arrays' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 22:38:56 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 22:38:56 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>arrays</title>
      <link>http://www.programmersheaven.com/mb/pasprog/409889/409889/arrays/</link>
      <description>Hello! I have a problem. Here is part of program in pascal. Why it gives value 0 for every element in array? I'd be very grateful if you'd help me.  &lt;br /&gt;
&lt;pre class="sourcecode"&gt;program matricas;
 uses crt;

 var n,l,i,j,m,k,r:integer;

 pag : array[1..2,1..20]of integer;
 incid: array[1..15,1..15]of integer;
 blakus: array[1..15,1..20] of integer;
 label again,again2;

 BEGIN
 clrscr;
 again:
 writeln('9&amp;lt;n&amp;lt;16!');
 readln(n);
 if (n&amp;lt;10)or(n&amp;gt;15) then
 begin
 writeln('Vwrong!');
 goto again;
 end;

  again2:
  writeln('12&amp;lt;l&amp;lt;20!');
  readln(l);
 if (l&amp;lt;13)or(l&amp;gt;19) then
 begin
 writeln('wrong');
 goto again2;
 end;


writeln('...');
for i:=1 to l do
begin
     writeln('Ievadi ',i,'. loku : ');
     readln(pag[1,i]); 
     readln(pag[2,i]);   end;
for i:=1 to l do
begin
writeln(pag[1,i]);
writeln(pag[2,i]);
end;&lt;/pre&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/409889/409889/arrays/</guid>
      <pubDate>Thu, 26 Nov 2009 00:46:20 -0700</pubDate>
      <category>Pascal</category>
    </item>
    <item>
      <title>Re: arrays</title>
      <link>http://www.programmersheaven.com/mb/pasprog/409889/409907/re-arrays/#409907</link>
      <description>: Hello! I have a problem. Here is part of program in pascal. Why it &lt;br /&gt;
: gives value 0 for every element in array? &lt;br /&gt;
&lt;br /&gt;
It works fine for me...&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/409889/409907/re-arrays/#409907</guid>
      <pubDate>Thu, 26 Nov 2009 21:07:01 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>
