<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Need to have basic prog. converted to "Palm Basic"' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Need to have basic prog. converted to "Palm Basic"' posted on the 'Palm Pilot' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 05:07:09 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 05:07:09 -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>Need to have basic prog. converted to "Palm Basic"</title>
      <link>http://www.programmersheaven.com/mb/palm/288526/288526/need-to-have-basic-prog-converted-to-palm-basic/</link>
      <description>Hello,&lt;br /&gt;
       I am looking to have the following basic prog. converted to "Palm Basic" so I will be able to run this prog. on a Palm Pilot.&lt;br /&gt;
Please take a look and tell me if it is possible and if someone can do it or if I can do it myself. I am not to knowledgeable in programming so that could be a challenge.&lt;br /&gt;
        Thank in advance.&lt;br /&gt;
 &lt;br /&gt;
                      Tony&lt;br /&gt;
&lt;br /&gt;
2000 PRINT "VACUUM TEST PROGRAM"&lt;br /&gt;
2010 PAUSE&lt;br /&gt;
2020 OPEN #1,"12.",OUTPUT&lt;br /&gt;
2030 A=0&lt;br /&gt;
2040 INPUT "BASKET WT IN WATER = ";B&lt;br /&gt;
2050 INPUT "WATER TEMP = ";C&lt;br /&gt;
2060 GOSUB 2500&lt;br /&gt;
2070 INPUT "HEAT/SERIAL # = ";E$&lt;br /&gt;
2080 INPUT "WT IN AIR = ";F&lt;br /&gt;
2090 INPUT "WT IN WATER = ";G&lt;br /&gt;
2100 PRINT #1,"HEAT/SERIAL # = ";E$&lt;br /&gt;
2140 PRINT #1,"WT IN AIR = ";F&lt;br /&gt;
2150 PRINT #1,"WT IN WATER = ";G&lt;br /&gt;
2160 H=F/(F-G-B)*D&lt;br /&gt;
2170 I=(INT((H+.0005)*1000))/1000&lt;br /&gt;
2180 PRINT #1,"COMP. DENSITY = ";I&lt;br /&gt;
2190 J=F/(F-G)*.999254&lt;br /&gt;
2200 K=(INT(J*1000))/1000&lt;br /&gt;
2210 PRINT #1,"OLD DENSITY = ";K&lt;br /&gt;
2220 PRINT #1," "&lt;br /&gt;
2230 PRINT #1," "&lt;br /&gt;
2240 PRINT #1," "&lt;br /&gt;
2250 A=A+1&lt;br /&gt;
2260 INPUT "MORE TO DO ? ";Z$&lt;br /&gt;
2270 IF Z$="Y"AND A&amp;lt;10 THEN GOTO 2070&lt;br /&gt;
2280 IF Z$="Y"AND A=10 THEN GOTO 2030&lt;br /&gt;
2290 IF Z$="N"THEN GOTO 2330&lt;br /&gt;
2300 PRINT "BAD ENTRY - TRY AGAIN"&lt;br /&gt;
2310 PAUSE 1&lt;br /&gt;
2320 GOTO 2260&lt;br /&gt;
2330 PRINT #1," "&lt;br /&gt;
2340 CLOSE #1&lt;br /&gt;
2350 RETURN&lt;br /&gt;
2500 C2=(C-32)*5/9&lt;br /&gt;
2510 IF C2&amp;lt;=54 THEN D=.9881&lt;br /&gt;
2520 IF C2&amp;lt;=44 THEN D=.9922&lt;br /&gt;
2530 IF C2&amp;lt;=34 THEN D=.9957&lt;br /&gt;
2540 IF C2&amp;lt;=24 THEN D=.9982&lt;br /&gt;
2550 IF C2&amp;lt;=17.5 THEN D=.9991&lt;br /&gt;
2560 IF C2&amp;lt;=12.5 THEN D=.9997&lt;br /&gt;
2570 IF C2&amp;lt;=7.5 THEN D=1&lt;br /&gt;
2580 IF C2&amp;lt;=0 THEN PRINT "BAD TEMP ENTRY":PAUSE:D=.999254&lt;br /&gt;
2590 RETURN&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/palm/288526/288526/need-to-have-basic-prog-converted-to-palm-basic/</guid>
      <pubDate>Fri, 14 Jan 2005 09:51:37 -0700</pubDate>
      <category>Palm Pilot</category>
    </item>
  </channel>
</rss>