Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Sub Main
Dim Nu(2),aN(2),Ru(1)
Ini = EstrazioneFin - 200
fin = EstrazioneFin
For es = Ini To fin
For r = 1 To 12
If r = 11 Then r = 12
For p1 = 1 To 4
For p2 = p1 + 1 To 5
a = Estratto(es,r,p1)
b = Estratto(es,r,p2)
For p3 = 1 To 4
For p4 = p3 + 1 To 5
c = Estratto(es - 1,r,p3)
d = Estratto(es - 1,r,p4)
If a = c Or a = d Then
If b = c Or b = d Then
k = k + 1
Call Messaggio("Trovati.... " & k)
Call AvanzamentoElab(Ini,fin,es)
Nu(1) = a
Nu(2) = b
aN(1) = c
aN(2) = d
Ru(1) = r
Scrivi GetInfoEstrazione(es - 1) & vbTab & StringaRuote(Ru) & vbTab & StringaEstratti(es - 1,r) & vbTab & StringaNumeri(aN,,1) & vbTab & "Pos " & p3 & "-" & p4
Scrivi GetInfoEstrazione(es) & vbTab & StringaRuote(Ru) & vbTab & StringaEstratti(es,r) & vbTab & StringaNumeri(Nu,,1) & vbTab & "Pos " & p1 & "-" & p2
Scrivi String(85,"=") & " Caso N. " & k
End If
End If
Next
Next
Next
Next
Next
Next
End Sub
Option Explicit
Sub Main
Dim Ini,Fin,Es,Ex,R,P,aEs,aEx
Ini = EstrazioneFin - 15 : Fin = EstrazioneFin
For ES = Ini To Fin
Ex = ES - 1
For R = 1 To 12 :If R = 11 Then R = 12
Call GetArrayNumeriRuota(Ex,R,aEx)
Call GetArrayNumeriRuota(ES,R,aEs)
If PuntiSuArray(aEx,aEs) >= 2 Then
Scrivi DataEstrazione(Es) & " " & SiglaRuota(R) & " Ripetuti ",False,False
For P = 1 To 5
If Posizione(Ex,R,aEs(P)) > 0 Then Scrivi Format2(aEs(P)) & Space(1),False,False
Next
Scrivi
End If
Next
Next
End Sub