Sub Main()
Dim amb(2)
Dim nr(3),n(3)
Dim ruote(1)
Dim posta(1)
posta(1) = 1
Scrivi String(87,"*") & "F.Florindi",1
fin = EstrazioneFin
ini = fin - 9
For es = ini To fin
'Progressioni Dirette o Inverse
For i = 1 To 90
n(1) = i : n(2) = Fuori90(i + 10) : n(3) = Fuori90(i + 20)
For r = 1 To 12
If r <> 11 Then
ruote(1) = r
Erase nr
g = 0 : x1 = 0 : y1 = 0
For x = 0 To 9' estrazioni
ex1 = es - x
If SerieFreq(ex1,ex1,n,ruote,1) = 1 Then
q1 = Posizione(ex1,r,n(1))
q3 = Posizione(ex1,r,n(3))
If q1 <> 0 Or q3 <> 0 Then
If q1 <> 0 Then g = g + 1 : ee1 = ex1 : nr(g) = n(1) : ne1 = n(3) : ne2 = n(1)
If q3 <> 0 Then g = g + 1 : ee1 = ex1 : nr(g) = n(3) : ne1 = n(1) : ne2 = n(3)
End If
End If
x1 = x + 1
If g = 1 Then Exit For
Next
If g = 1 Then
For y = x1 To 10 ' estrazioni
ex2 = es - y
If SerieFreq(ex2,ex2,n,ruote,1) = 1 Then
q2 = Posizione(ex2,r,n(2))
If q2 <> 0 Then
g = g + 1 : ee2 = ex2 : nr(g) = n(2)
End If
End If
y1 = y + 1
If g = 2 Then Exit For
Next
If g = 2 Then
For j = y1 To 11 ' estrazioni
ex3 = es - j
If SerieFreq(ex3,ex3,n,ruote,1) = 1 Then
q = Posizione(ex3,r,ne1)
If q <> 0 Then
g = g + 1 : ee3 = ex3 : nr(g) = ne1
End If
End If
If g = 3 Then Exit For
Next
If g = 3 Then
s1 =(nr(1) + nr(2) + nr(3))
If s1 = 93 And nr(1) < nr(3) Or s1 = 180 And nr(1) < nr(3) Then amb(1) =(nr(1) + 20)
If s1 = 93 And nr(1) > nr(3) Or s1 = 180 And nr(1) > nr(3) Then amb(1) =(nr(1) - 20)
If s1 <> 93 And s1 <> 180 And nr(1) < nr(2) Then amb(1) = Fuori90((nr(1) + 90) - 10)
If s1 <> 93 And s1 <> 180 And nr(1) > nr(2) Then amb(1) = Fuori90(nr(1) + 10)
Scrivi
Scrivi DataEstrazione(es) & " " & Left(SiglaRuota(r),3) & " Num. da Trovare : " & StringaNumeri,1
Scrivi"--------------",1
Scrivi DataEstrazione(ee3) & " " & Format2(nr(3))
Scrivi DataEstrazione(ee2) & " " & Format2(nr(2))
Scrivi DataEstrazione(ee1) & " " & Format2(nr(1))
Scrivi"--------------",1
ImpostaGiocata 1,amb,ruote,posta,9
Gioca es
End If
End If
End If
End If
Next
Next
Next
ScriviResoconto
End Sub
Chi mi può correggere questo listato
che mi da questi risultati .
02.11.2013 TO Num. da Trovare : 79.89.9
--------------
08.10.2013 79
31.10.2013 89
02.11.2013 09
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 89 su TO per Estratto
In corso per altre 9 estrazioni
02.11.2013 NZ Num. da Trovare : 83.3.13
--------------
08.10.2013 83
12.10.2013 03
29.10.2013 13
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 23 su NZ per Estratto
In corso per altre 9 estrazioni
02.11.2013 MI Num. da Trovare : 85.5.15
--------------
10.10.2013 85
26.10.2013 05
29.10.2013 15
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 25 su MI per Estratto
In corso per altre 9 estrazioni
02.11.2013 MI Num. da Trovare : 89.9.19
--------------
22.10.2013 19
29.10.2013 09
31.10.2013 89
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 09 su MI per Estratto
In corso per altre 9 estrazioni
es. Torino 79 89 09 mi dovrebbe dare in ordine decrescente il 19 invece dell' 89.
Milano 19 09 89 mi dovrebbe dare il 79 invece del 09.
Sono tutti a dist.10 e come ambata deve dare il 4° numero. Sia in ordine
crescente che decrescente. Quasi tutte le altre previsioni vanno bene.
Poi se qualcuno riesce a farlo con tutte le distanze sarebbe meglio.
Con un'opzione che mi chieda a scelta una distanza.
Dim amb(2)
Dim nr(3),n(3)
Dim ruote(1)
Dim posta(1)
posta(1) = 1
Scrivi String(87,"*") & "F.Florindi",1
fin = EstrazioneFin
ini = fin - 9
For es = ini To fin
'Progressioni Dirette o Inverse
For i = 1 To 90
n(1) = i : n(2) = Fuori90(i + 10) : n(3) = Fuori90(i + 20)
For r = 1 To 12
If r <> 11 Then
ruote(1) = r
Erase nr
g = 0 : x1 = 0 : y1 = 0
For x = 0 To 9' estrazioni
ex1 = es - x
If SerieFreq(ex1,ex1,n,ruote,1) = 1 Then
q1 = Posizione(ex1,r,n(1))
q3 = Posizione(ex1,r,n(3))
If q1 <> 0 Or q3 <> 0 Then
If q1 <> 0 Then g = g + 1 : ee1 = ex1 : nr(g) = n(1) : ne1 = n(3) : ne2 = n(1)
If q3 <> 0 Then g = g + 1 : ee1 = ex1 : nr(g) = n(3) : ne1 = n(1) : ne2 = n(3)
End If
End If
x1 = x + 1
If g = 1 Then Exit For
Next
If g = 1 Then
For y = x1 To 10 ' estrazioni
ex2 = es - y
If SerieFreq(ex2,ex2,n,ruote,1) = 1 Then
q2 = Posizione(ex2,r,n(2))
If q2 <> 0 Then
g = g + 1 : ee2 = ex2 : nr(g) = n(2)
End If
End If
y1 = y + 1
If g = 2 Then Exit For
Next
If g = 2 Then
For j = y1 To 11 ' estrazioni
ex3 = es - j
If SerieFreq(ex3,ex3,n,ruote,1) = 1 Then
q = Posizione(ex3,r,ne1)
If q <> 0 Then
g = g + 1 : ee3 = ex3 : nr(g) = ne1
End If
End If
If g = 3 Then Exit For
Next
If g = 3 Then
s1 =(nr(1) + nr(2) + nr(3))
If s1 = 93 And nr(1) < nr(3) Or s1 = 180 And nr(1) < nr(3) Then amb(1) =(nr(1) + 20)
If s1 = 93 And nr(1) > nr(3) Or s1 = 180 And nr(1) > nr(3) Then amb(1) =(nr(1) - 20)
If s1 <> 93 And s1 <> 180 And nr(1) < nr(2) Then amb(1) = Fuori90((nr(1) + 90) - 10)
If s1 <> 93 And s1 <> 180 And nr(1) > nr(2) Then amb(1) = Fuori90(nr(1) + 10)
Scrivi
Scrivi DataEstrazione(es) & " " & Left(SiglaRuota(r),3) & " Num. da Trovare : " & StringaNumeri,1
Scrivi"--------------",1
Scrivi DataEstrazione(ee3) & " " & Format2(nr(3))
Scrivi DataEstrazione(ee2) & " " & Format2(nr(2))
Scrivi DataEstrazione(ee1) & " " & Format2(nr(1))
Scrivi"--------------",1
ImpostaGiocata 1,amb,ruote,posta,9
Gioca es
End If
End If
End If
End If
Next
Next
Next
ScriviResoconto
End Sub
Chi mi può correggere questo listato
che mi da questi risultati .
02.11.2013 TO Num. da Trovare : 79.89.9
--------------
08.10.2013 79
31.10.2013 89
02.11.2013 09
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 89 su TO per Estratto
In corso per altre 9 estrazioni
02.11.2013 NZ Num. da Trovare : 83.3.13
--------------
08.10.2013 83
12.10.2013 03
29.10.2013 13
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 23 su NZ per Estratto
In corso per altre 9 estrazioni
02.11.2013 MI Num. da Trovare : 85.5.15
--------------
10.10.2013 85
26.10.2013 05
29.10.2013 15
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 25 su MI per Estratto
In corso per altre 9 estrazioni
02.11.2013 MI Num. da Trovare : 89.9.19
--------------
22.10.2013 19
29.10.2013 09
31.10.2013 89
--------------
Estrazione generatrice del pronostico 08764 [132 - 02/11/2013]
G 0001 Numeri in gioco : 09 su MI per Estratto
In corso per altre 9 estrazioni
es. Torino 79 89 09 mi dovrebbe dare in ordine decrescente il 19 invece dell' 89.
Milano 19 09 89 mi dovrebbe dare il 79 invece del 09.
Sono tutti a dist.10 e come ambata deve dare il 4° numero. Sia in ordine
crescente che decrescente. Quasi tutte le altre previsioni vanno bene.
Poi se qualcuno riesce a farlo con tutte le distanze sarebbe meglio.
Con un'opzione che mi chieda a scelta una distanza.