<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Program language loops</title>
		<link>https://www.lotterypost.com/thread/205218</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/205218" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Program language loops</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #9</title>
			<link>https://www.lotterypost.com/thread/205218/1497404</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1497404</guid>
			<pubDate>Wed, 23 Dec 2009 21:34:15 GMT</pubDate>
			<dc:creator>KnuckleHead</dc:creator>
			<description><![CDATA[<p>Afternoon all,<br /><br />For anyone who&#x27;s been reading this post, below is the code that works in Lotus 123. I&#x27;m sure it could be adjusted for Excel if needed.<br /><br />Sub CheckCell_1(TargetRange As range, MatchCell As range, CopyCell As range, rows As Long, Where As Variant)<br /><br />&#x27;Check for a number in a range, then move up or down and insert a value<br /><br />&#x27;or colorize. MatchCell and CopyCell must be single-cell ranges.<br /><br />&#x27;<br /><br />&#x27; Place this script by itself in the Globals section.<br /><br />&#x27; Place this line in the ac... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/205218/1497404">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>KnuckleHead</category>
		</item>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/205218/1492048</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1492048</guid>
			<pubDate>Thu, 17 Dec 2009 23:32:42 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>There&#x27;s plenty of free info on the web, if you prefer that over books.<br /><br />With the possible exception of OpenOffice, I think for older languages / app versions, books are the way to go.<br /><br />Reference books that are a few versions out-of-date can be had for way cheap.<br /><br />You can build a small library of older books (with plenty of still-usable info*) for less that what one of them cost when new.<br /><br />*Loop and branching syntax are pretty much the same in version_now as they were in version_1 of wha... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/205218/1492048">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/205218/1488646</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1488646</guid>
			<pubDate>Mon, 14 Dec 2009 17:57:37 GMT</pubDate>
			<dc:creator>KnuckleHead</dc:creator>
			<description><![CDATA[<p>Morning RJOh time*treat,<br /><br />RJOh, as to your suggestion about paper and pencil, I comprehend that very well. I already have what I want to do figured out. Just not the how to in computer language. I&#x27;m lacking very badly in the computer language comprehending department. Generally, if I can&#x27;t record what I want the program to do, I&#x27;m lost trying to figure it out.<br /><br />time*treat, great site. I had not discovered that site before. Thank you. Weeks appears to do everything in macros, and I think that... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/205218/1488646">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>KnuckleHead</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/205218/1488086</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1488086</guid>
			<pubDate>Mon, 14 Dec 2009 02:12:19 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>OK, you&#x27;re looking for the Lotus version of a for-next loop, simply called a for loop, in Lotus.<br /><br />Do a search engine lookup of Lotus 123 macros, hit the &#x27;lynnbob&#x27; page/link.<br /><br />At 7.4 {For}, they provide<br /><br />{for counter-location,start-number,stop-number,step-number,starting-location}<br /><br />Bookmark/save/printout that page. Lots of other good info there.<br /><br />Also, you&#x27;ll need the {If} command. It&#x27;s there, too.</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/205218/1488041</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1488041</guid>
			<pubDate>Mon, 14 Dec 2009 01:13:03 GMT</pubDate>
			<dc:creator>RJOh</dc:creator>
			<description><![CDATA[<p>Yes, but how would you do it if you only had paper and pencil. I program using GWBasic and many times when I want to program a routine I first do it using paper and pencil recording each step (flow chart). Once I understand what I need and what I have to do, programming it is easier. Also explaining it to others is easier too.</p>]]></description>
			<category>RJOh</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/205218/1487944</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1487944</guid>
			<pubDate>Sun, 13 Dec 2009 23:40:40 GMT</pubDate>
			<dc:creator>KnuckleHead</dc:creator>
			<description><![CDATA[<p>Evening RJOh,<br /><br />I know what I want it to do, but not how to tell it what to do. Does that make sense</p>]]></description>
			<category>KnuckleHead</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/205218/1487902</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1487902</guid>
			<pubDate>Sun, 13 Dec 2009 22:39:26 GMT</pubDate>
			<dc:creator>RJOh</dc:creator>
			<description><![CDATA[<p>Generally speaking a programmer can&#x27;t program a computer to do a task he doesn&#x27;t understand how to do himself. First figure out what you would have to do to accomplish the task and then it will be easier to write a set of instructions for the computer to do the same.</p>]]></description>
			<category>RJOh</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/205218/1487786</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1487786</guid>
			<pubDate>Sun, 13 Dec 2009 20:52:32 GMT</pubDate>
			<dc:creator>KnuckleHead</dc:creator>
			<description><![CDATA[<p>Afternoon time*treat,<br /><br />Sorry about that, I&#x27;m using Lotus 123 script which is very simular to Excel VBA.<br /><br />I haven&#x27;t been able to figure out how to construct the loops that tell the computer what to look for and do. Since I don&#x27;t have a lot of experience in computer lanuage, my understanding of what is needed is probably incorrect.<br /><br />Below is what I have so far. (I haven&#x27;t been able to figure out how to post a screen shot here for visual understanding along with the script, if I could I would... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/205218/1487786">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>KnuckleHead</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/205218/1487265</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218/1487265</guid>
			<pubDate>Sun, 13 Dec 2009 06:52:21 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>You may get useful replies if you specify the application/language you are programming in and where you are trying to pull the draw data from.</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Program language loops</title>
			<link>https://www.lotterypost.com/thread/205218</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/205218</guid>
			<pubDate>Sat, 12 Dec 2009 21:45:30 GMT</pubDate>
			<dc:creator>KnuckleHead</dc:creator>
			<description><![CDATA[<p>Afternoon all,<br /><br />I&#x27;m trying to automate my files to automaticly enter the current draw data, but I&#x27;m now at the point that I don&#x27;t understand how to create the logic loops for the language. Does anyone out there understand how to create program language loops?<br /><br />Once I can see an example of how they&#x27;er desgined, I can normally figure em out and then modify them to work.<br /><br />Can anyone assist? If so, I can attempt to post examples here...<br /><br />Thanks ahead of time for any interest.... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/205218">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>KnuckleHead</category>
		</item>
	</channel>
</rss>

