<?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>powershell lottery wheel that use your lucky numbers and outputs it to csv</title>
		<link>https://www.lotterypost.com/thread/317391</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/317391" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: powershell lottery wheel that use your lucky numbers and outputs it to csv</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/317391/5379103</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/317391/5379103</guid>
			<pubDate>Wed, 27 Dec 2017 22:50:16 GMT</pubDate>
			<dc:creator>timmsy</dc:creator>
			<description><![CDATA[<p>then use this vba in, ths csv to find most common 7 lucky numbers ,,,<br /><br />Sub combo7()<br /><br />On Error Resume Next<br /><br />Dim a%, b%, c%, d%, e%, f%, g%, m%, n , i , dc As Object, k, T()<br /><br />Set dc = CreateObject( Scripting.Dictionary )<br /><br />With ActiveSheet<br /><br />n = .Cells(.Rows.Count, 1).End(xlUp).Row<br /><br />For i = 1 To n<br /><br />For a = 2 To 4<br /><br />For b = a + 1 To 5<br /><br />For c = b + 1 To 6<br /><br />For d = c + 1 To 7<br /><br />For e = d + 1 To 8<br /><br />For f = e + 1 To 9<br /><br />For g = f + 1 To 10<br /><br />k = .Cells(i, a) | .Cells(i, b</p>]]></description>
			<category>timmsy</category>
		</item>
		<item>
			<title>powershell lottery wheel that use your lucky numbers and outputs it to csv</title>
			<link>https://www.lotterypost.com/thread/317391</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/317391</guid>
			<pubDate>Wed, 27 Dec 2017 12:29:27 GMT</pubDate>
			<dc:creator>timmsy</dc:creator>
			<description><![CDATA[<p>this script picks 9 random lucky numbers 2000 times and outputs it to a .csv file ,, it can be customized to suite other lotteries<br /><br />$num = 2000 # how many games you like to play<br /><br />$pick = 9 # how many numbers you like to use<br /><br />$mynum = 19,33,25,40,20,5,3,27,2,7,35,21,28,17,34,6,16,1,29,8,44,22,13,37,26,41,43,23,15,39 # your lucky numbers<br /><br />$file1 = C:\Temp\random7.txt<br /><br />$file2 = C:\Temp\random8.csv<br /><br />$file3 = C:\Temp\random9.csv<br /><br />$file4 = C:\Temp\random10.csv<br /><br />If (Test-Pa... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/317391">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>timmsy</category>
		</item>
	</channel>
</rss>

