<?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>Private Dougloader</title>
		<link>https://blogs.lotterypost.com/jadelottery/2018/9/private-dougloader.htm</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/136602" rel="self" type="application/rss+xml" />
		<description>JADELottery's Blog: Private Dougloader</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: Private Dougloader</title>
			<link>https://blogs.lotterypost.com/jadelottery/2018/9/private-dougloader.htm</link>
			<guid isPermaLink="true">https://blogs.lotterypost.com/jadelottery/2018/9/private-dougloader.htm</guid>
			<pubDate>Fri, 07 Sep 2018 13:23:39 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>Our new private downloader workin even better than before.<br /><br />StringDecompress(srt, n)<br /><br />Month Day Year Pick 5 Label Pick 1 Label Multiplier Year Month Day Pick 5 Pick 1 Multiplier<br /><br />09 05 2018 1320263041 Star Ball: 9 All Star Bonus: 2 2018 9 5 13 20 26 30 41 9 2<br /><br />09 01 2018 18143139 Star Ball: 10 All Star Bonus: 3 2018 9 1 01 08 14 31 39 10 3<br /><br />08 29 2018 1017202652 Star Ball: 10 All Star Bonus: 3 2018 8 29 10 17 20 26 52 10 3<br /><br />08 25 2018 910304549 Star Ball: 8 All Star Bonus: 2 2018 8 25 09 10 30 45 49 8 2<br /><br />The Excel StringDecompress(str, n) function working like a charm.<br /><br />__________<br /><br />Function StringDecompress(str As String, n As Integer) As String<br /><br />On Error GoTo exitfunction<br /><br />Dim temp As String<br /><br />Dim c, i, j, strlen As Integer<br /><br />Dim nums() As Long: ReDim nums(n)<br /><br />strlen = Len(Mid(str, 2))<br /><br />temp =<br /><br />For i = 0 To strlen - 1<br /><br />temp = temp Mid(str, strlen - i + 1, 1)<br /><br />Next i<br /><br />strlen = Application.WorksheetFunction.RoundUp(strlen / 2, 0)<br /><br />If (n 2) Or (n strlen) Then GoTo exitfunction<br /><br />For i = 0 To strlen - 1<br /><br />nums(n - 1 - i) = Val(Mid(temp, 2 * i + 2, 1) Mid(temp, 2 * i + 1, 1))<br /><br />Next i<br /><br />c = 0<br /><br />i = 0<br /><br />For j = (n - strlen) To (n - 1)<br /><br />If c (n - strlen) Then<br /><br />If nums(j) = 9 Then<br /><br />nums(i) = nums(j)<br /><br />i = i + 1<br /><br />Else<br /><br />nums(i) = Int(nums(j) / 10)<br /><br />nums(i + 1) = nums(j) - (10 * nums(i))<br /><br />i = i + 2<br /><br />c = c + 1<br /><br />End If<br /><br />End If<br /><br />Next j<br /><br />temp =<br /><br />For i = 0 To n - 1<br /><br />temp = temp Format(nums(i), 00 )<br /><br />Next i<br /><br />StringDecompress = temp<br /><br />Exit Function<br /><br />exitfunction:<br /><br />StringDecompress = Error<br /><br />End Function<br /><br />__________<br /><br />... &#x5b;&#xa0;<a href="https://blogs.lotterypost.com/jadelottery/2018/9/private-dougloader.htm">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>JADELottery</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/136602</wfw:comment>
		</item>
	</channel>
</rss>

