<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Duplicate Definition' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Duplicate Definition' posted on the 'Basic' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 23:04:39 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 23:04:39 -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>Duplicate Definition</title>
      <link>http://www.programmersheaven.com/mb/basic/20487/20487/duplicate-definition/</link>
      <description>I have entered a program in my computer off of the net and when I hit F5 it says "Duplicate Definition". After searching for a while, I cannot locate the problem.  It has also done this on a program I am writing now.  After searching all of my QBasic materials I find nothing.  Can anyone help?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/20487/20487/duplicate-definition/</guid>
      <pubDate>Fri, 18 Feb 2000 00:59:26 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: Duplicate Definition</title>
      <link>http://www.programmersheaven.com/mb/basic/20487/20642/re-duplicate-definition/#20642</link>
      <description>Hello&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Most likely you have two variables with&amp;lt;br&amp;gt;&lt;br /&gt;
the same name but which are declared as&amp;lt;br&amp;gt;&lt;br /&gt;
different data types..&amp;lt;br&amp;gt;&lt;br /&gt;
like:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;br&amp;gt;&lt;br /&gt;
 DIM x AS INTEGER&amp;lt;br&amp;gt;&lt;br /&gt;
 DIM x AS SINGLE&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 wont work because you have already declared&amp;lt;br&amp;gt;&lt;br /&gt;
 x AS an INTEGER&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Or perhaps you are trying to create&amp;lt;br&amp;gt;&lt;br /&gt;
a SUB, FUNCTION that already is a QB command&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/20487/20642/re-duplicate-definition/#20642</guid>
      <pubDate>Mon, 21 Feb 2000 10:10:24 -0700</pubDate>
      <category>Basic</category>
    </item>
    <item>
      <title>Re: Duplicate Definition</title>
      <link>http://www.programmersheaven.com/mb/basic/20487/409984/re-duplicate-definition/#409984</link>
      <description>Referring to a SUB as a value gives this error.&lt;br /&gt;
E.g.&lt;br /&gt;
IF asdf THEN STOP&lt;br /&gt;
SUB asdf&lt;br /&gt;
END SUB&lt;br /&gt;
(9 years late)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/basic/20487/409984/re-duplicate-definition/#409984</guid>
      <pubDate>Sat, 28 Nov 2009 10:25:35 -0700</pubDate>
      <category>Basic</category>
    </item>
  </channel>
</rss>