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.
Option Explicit
'http://forum.lottoced.com/forum/lottoced/metodi/1986791-ricerca-script
'ricerca script di barone
Sub Main()
Dim ex,Ini,Fin,es
Dim r01,r02,p01,a,b
Dim Rit01,Rit02
Dim Casi
ex = InputBox("Quante estrazioni controllo?",,200)
Ini = EstrazioneFin - ex
Fin = EstrazioneFin
For es = Ini To Fin
Messaggio(es)
For r01 = 01 To 11
If r01 = 11 Then r01 = 12
For p01 = 01 To 05
a = Estratto(es,r01,p01)
For r02 = r01 + 01 To 11
If r02 = 11 Then r02 = 12
b = Estratto(es,r02,p01)
If a = b Then
Rit01 = RitardoEstrattoTurbo(a,es - 01,r01)
Rit02 = RitardoEstrattoTurbo(b,es - 01,r02)
If Rit01 = Rit02 Then
Casi = Casi + 01
Scrivi String(105,"-") & " Caso n° " & Format2(Casi),01
Scrivi GetInfoEstrazione(es) & " - " & SiglaRuota(r01) & " - estratto il numero " & Format2(a) & " in (" & p01 & "°) posizione - ritardo " & Format2(Rit01),01
Scrivi GetInfoEstrazione(es) & " - " & SiglaRuota(r02) & " - estratto il numero " & Format2(b) & " in (" & p01 & "°) Posizione- ritardo " & Format2(Rit02),01
End If
End If
Next
Next
Next
Next
End Sub