R
Roby
Guest
Un caloroso buon giorno a tutti, una cortesia se non chiedo troppo possiedo uno script il quale non si aggiorna, ho provato diverse soluzioni impostando le estrazioni ma non cambia nulla.
Domanda si potrebbe fare qualcosa? in quanto si é fermato all'estrazione del maggio 2010?
Posto quì lo script, ringrazio anticipatamente per la Vs. collaborazione.
Sub main()
Dim ruote(10),ruot(1)
Dim numeri(2),numeri1(6)
Dim posta(2),poste(5),post(5)
posta(1) = 1
poste(2) = 1 : poste(3) = 1 : poste(4) = 1 : poste(5) = 1
post(3) = 1 : post(4) = 1 : post(5) = 1
ruote(1) = BA_
ruot(1) = 11
ini = EstrazioneFin - 500
For es = Ini To EstrazioneFin
a = Estratto(es - 1,5,3)
b = Estratto(es,5,2)
c = Estratto(es,5,3)
d = Estratto(es,5,4)
e = Estratto(es + 1,5,3)
y = Fuori90(a + e)
j = Fuori90(b + c + d)
If y = j Then
Scrivi
Scrivi DataEstrazione(es - 1) & " 3° MI " & Format2(a)
Scrivi DataEstrazione(es) & " 2° MI " & Format2(b) & " + 3° MI " & Format2(c) & " + 4° MI " & Format2(d)
Scrivi DataEstrazione(es + 1) & " 3° MI " & Format2(e)
ImpostaGiocata 1,numeri,ruote,posta,10
numeri1(1) = j
numeri1(2) = Vert(j)
numeri1(3) = Fuori90(c + a)
numeri1(4) = Fuori90(c + b)
numeri1(5) = Fuori90(c + d)
numeri1(6) = Fuori90(c + e)
ImpostaGiocata 2,numeri1,ruote,poste,10
ImpostaGiocata 3,numeri1,ruot,post,10
Gioca es + 1
End If
Next
ScriviResoconto
End Sub
Domanda si potrebbe fare qualcosa? in quanto si é fermato all'estrazione del maggio 2010?
Posto quì lo script, ringrazio anticipatamente per la Vs. collaborazione.
Sub main()
Dim ruote(10),ruot(1)
Dim numeri(2),numeri1(6)
Dim posta(2),poste(5),post(5)
posta(1) = 1
poste(2) = 1 : poste(3) = 1 : poste(4) = 1 : poste(5) = 1
post(3) = 1 : post(4) = 1 : post(5) = 1
ruote(1) = BA_
ruot(1) = 11
ini = EstrazioneFin - 500
For es = Ini To EstrazioneFin
a = Estratto(es - 1,5,3)
b = Estratto(es,5,2)
c = Estratto(es,5,3)
d = Estratto(es,5,4)
e = Estratto(es + 1,5,3)
y = Fuori90(a + e)
j = Fuori90(b + c + d)
If y = j Then
Scrivi
Scrivi DataEstrazione(es - 1) & " 3° MI " & Format2(a)
Scrivi DataEstrazione(es) & " 2° MI " & Format2(b) & " + 3° MI " & Format2(c) & " + 4° MI " & Format2(d)
Scrivi DataEstrazione(es + 1) & " 3° MI " & Format2(e)
ImpostaGiocata 1,numeri,ruote,posta,10
numeri1(1) = j
numeri1(2) = Vert(j)
numeri1(3) = Fuori90(c + a)
numeri1(4) = Fuori90(c + b)
numeri1(5) = Fuori90(c + d)
numeri1(6) = Fuori90(c + e)
ImpostaGiocata 2,numeri1,ruote,poste,10
ImpostaGiocata 3,numeri1,ruot,post,10
Gioca es + 1
End If
Next
ScriviResoconto
End Sub