<?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>Multiple Scenarios, Single Run (MSSR)</title>
		<link>https://www.lotterypost.com/thread/128762</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/128762" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Multiple Scenarios, Single Run (MSSR)</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/128762/543758</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/543758</guid>
			<pubDate>Sun, 19 Feb 2006 19:39:43 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>~ skip counter, macro style~<br /><br />The setup<br /><br />filename: skip__count.xls<br /><br />tabname: Pick3<br /><br />in row 1:<br /><br />col 1: date<br /><br />col 2: num<br /><br />col 3: ~<br /><br />col 4: skip<br /><br />row 2: ---<br /><br />row 3: first line of data (e.g. jan 1)<br /><br />row 4: next line of data (e.g. jan 2)<br /><br />no blank lines between data<br /><br />under last line, col 1: EOF<br /><br />(skip is 1 less than drawing difference.<br /><br />IOW, if a number comes out 2 days in a row, the skip is  0 )<br /><br />Thus:<br /><br />r/c1 2 3 4<br /><br />1 datenum ~ skip<br /><br />2------  ---<br /><br />3 jan 1, 1990522</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/128762/543252</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/543252</guid>
			<pubDate>Sun, 19 Feb 2006 02:17:17 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Part 3: mini macro<br /><br />This section will demonstrate a manual version of what was described in parts 1   2. It will  pick up  data from one place and copy it to another. It&#x27;s just for visualization. Of course, you could do much more with it.<br /><br />step 1: open a new workbook<br /><br />step 2: tools --&#x3e; macro --&#x3e; vis bas editor<br /><br />(in the vb editor)<br /><br />step 3: insert --&#x3e; module<br /><br />step 4: type  sub   and some name for the macro<br /><br />step 5: (Enter/Return)<br /><br />Now in the VBE you will have:<br /><br />Sub some__name()<br /><br />End Su... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/128762/543252">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/128762/542696</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/542696</guid>
			<pubDate>Sat, 18 Feb 2006 05:42:10 GMT</pubDate>
			<dc:creator>MrBobb</dc:creator>
			<description><![CDATA[<p>time*treat said:<br /><br />I have mini macro for the eXceL crowd. It just shows you can lift separate data sets, but does so based on active cell. It was what I was writing when I hit upon the above idea. If there is demand, I will post it as a part 3.<br /><br />Thank you for taking the time to share this with us, time*treat.   I would be interested in your Excel mini macro.</p>]]></description>
			<category>MrBobb</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/128762/542588</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/542588</guid>
			<pubDate>Sat, 18 Feb 2006 02:38:23 GMT</pubDate>
			<dc:creator>truecritic</dc:creator>
			<description><![CDATA[<p>Hehe...my brain no longer functions in the complex mode</p>]]></description>
			<category>truecritic</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/128762/542582</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/542582</guid>
			<pubDate>Sat, 18 Feb 2006 02:29:41 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>truecritic,<br /><br />If you wanted to do just 1 scenario, you could do it your way. The reason I use a 2-D array is to let you do multiple scenarios at once...well just running the code once. The 2-D arrays job is to store all of the limit sets. The (first) for-next loop picks up each limit-set (one at a time) and processes it.<br /><br />This may be harder in a language that uses line numbers.<br /><br />I posted it for people who already had something up and running, but were fiddling with the parameters. The idea w... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/128762/542582">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/128762/542570</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/542570</guid>
			<pubDate>Sat, 18 Feb 2006 02:09:57 GMT</pubDate>
			<dc:creator>truecritic</dc:creator>
			<description><![CDATA[<p>If I get it so far, for GW BASIC, I would first set up my data file consisting of say, 10 pick 3 numbers and this would be the code from there?<br /><br />10 COLOR 14,9: CLS: CLEAR<br /><br />20 DIM BESTRANK(10), STARTPOINT(10), ENDPOINT(10), STEPVALUE(10)<br /><br />30 PICKS=10<br /><br />40 OPEN &#x22;10.DAT&#x22; FOR INPUT AS #1<br /><br />Then on to FOR/NEXT Loops or whatever.<br /><br />Or do you really need 2 dimensional arrays</p>]]></description>
			<category>truecritic</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/128762/542556</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/542556</guid>
			<pubDate>Sat, 18 Feb 2006 01:45:20 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Part 2<br /><br />This is where we turn the array into a workhorse. Each language/app has a way of storing data. It may be a data file, a location on a spreadsheet, those read-data statements in some of the older flavors of BASIC, or something else.<br /><br />Declare a variable for each parameter, in this case, you will declare 4 names (best_ranks, start_point, end_point, step_value).<br /><br />The next step is to create an array at the top of the code. In this case, it will be a 4rows-by-4cols array. The values tha... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/128762/542556">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/128762/542554</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762/542554</guid>
			<pubDate>Sat, 18 Feb 2006 01:42:03 GMT</pubDate>
			<dc:creator>truecritic</dc:creator>
			<description><![CDATA[<p>Looks good so far.</p>]]></description>
			<category>truecritic</category>
		</item>
		<item>
			<title>Multiple Scenarios, Single Run (MSSR)</title>
			<link>https://www.lotterypost.com/thread/128762</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/128762</guid>
			<pubDate>Fri, 17 Feb 2006 20:49:04 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Part 1<br /><br />So, you have a system but you don&#x27;t know which set of limits/parameters are  best  to use. You are tired of changing the limits, running the code, repeating... ad infinitum. Or, maybe you have a better use for your time than watching your screen. I will outline/describe a way to, within limits, let you test multiple scenarios for your system.<br /><br />Your basic programming tools will be for-next loops and arrays/matricies. You will also need 1 sheet of paper. The paper will help you visual... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/128762">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
	</channel>
</rss>

