miki55
Advanced Member >PLATINUM PLUS<
Ciao Mike58, approfitto per la tua gentilezza per chiederti se questo script da te
gentilmente presentato per ricerca Terzine AMBETTO con 2 capigioco, possiamo
modificarlo stavolta su DUE RUOTE? Grazie anticipate...
Sub Main
Dim Nu(3),Ru(1),Abb1(2),Abb2(2),abb3(2),abb4(2),Gruppo Formazione
Dim abb5(2),abb6(2),abb7(2),abb8(2),abb9(2),Abb10(2),A bb11(2),Abb12(2)
Dim T,V
Ini = 1
fin = EstrazioneFin
r = InputBox("Scelta Ruota",,3)
cG1 = InputBox("Capogioco 1",,82)
cG2 = InputBox("Capogioco 2",,42)
ResetTimer
Scrivi "Ricerca Statistica Per Ambetto su AmboCapogioco Conosciuto (" & cG1 & "." & cG2 & ")",1,,,1,3,,1
Scrivi "Richiesta Statistica By Miki55 - Intervenuti Nikor - Author script Mike58",1,,,2
Scrivi
Ru(1) = r
T = Array(T,"Ruota","Formazione","Abb","Ritardo","Rit. Max","Freq.","UL Sortita","ID Sortita","Esito")
Call InitTabella(T,RGB(178,178,178),"Center",3,5,"Cambr ia")
For abb = 1 To 90
Nu(1) = cG1
Nu(2) = cG2
If abb = cG1 Then abb = 0
If abb = cG2 Then abb = 0
Nu(3) = abb
'--------------ambetti----------------------
Abb1(1) = Nu(1)
Abb1(2) = Nu(2) + 1
Call AddNumeriToGruppoStatistico(Abb1,r)
Abb2(1) = Nu(1)
Abb2(2) = Fuori90(Nu(2) - 1)
Call AddNumeriToGruppoStatistico(Abb2,r)
abb3(1) = Nu(1)
abb3(2) = Fuori90(Nu(3) + 1)
Call AddNumeriToGruppoStatistico(abb3,r)
abb4(1) = Nu(1)
abb4(2) = Fuori90(Nu(3) - 1)
Call AddNumeriToGruppoStatistico(abb4,r)
abb5(1) = Nu(2)
abb5(2) = Fuori90(Nu(1) + 1)
Call AddNumeriToGruppoStatistico(abb5,r)
abb6(1) = Nu(2)
abb6(2) = Fuori90(Nu(1) - 1)
Call AddNumeriToGruppoStatistico(abb6,r)
abb7(1) = Nu(2)
abb7(2) = Fuori90(Nu(3) + 1)
Call AddNumeriToGruppoStatistico(abb7,r)
abb8(1) = Nu(2)
abb8(2) = Fuori90(Nu(3) - 1)
Call AddNumeriToGruppoStatistico(abb8,r)
abb9(1) = Nu(3)
abb9(2) = Fuori90(Nu(1) + 1)
Call AddNumeriToGruppoStatistico(abb9,r)
Abb10(1) = Nu(3)
Abb10(2) = Fuori90(Nu(1) - 1)
Call AddNumeriToGruppoStatistico(Abb10,r)
Abb11(1) = Nu(3)
Abb11(2) = Fuori90(Nu(2) + 1)
Call AddNumeriToGruppoStatistico(Abb11,r)
Abb12(1) = Nu(3)
Abb12(2) = Fuori90(Nu(2) - 1)
Call AddNumeriToGruppoStatistico(Abb12,r)
'................................................. ...........................
Call Messaggio("Tempo di Elaborazione : " & TempoTrascorso)
Call AvanzamentoElab(1,90,abb)
Call StatisticaGruppoFormazioni(2,rit,max,fre,GruppoFor mazione,Ini,fin)
Ambetto = VerificaAmbetto(Nu,r,(fin - rit),retNumeri,retVincita)
For clp = 1 To EstrazioniArchivio - EstrazioneFin
If VerificaAmbetto(Nu,r,fin + clp,retnumr1,rVincitar1) > 0 Then '
colpo = clp
Exit For
Else
colpo = " "
End If
Next
esit = colpo & "° -> " & retnumr1
V = Array(V,StringaRuote(Ru),StringaNumeri(Nu),abb,rit ,max,fre,retNumeri,GetInfoEstrazione(fin - rit),esit)
Call AddRigaTabella(V)
Next
Call SetTableWidth("100%")
Call SetTableHeight("100%")
CreaTabellaOrdinabile(4)
Call Scrivi("Tempo di Elaborazione : " & TempoTrascorso)
End Sub
miki55
gentilmente presentato per ricerca Terzine AMBETTO con 2 capigioco, possiamo
modificarlo stavolta su DUE RUOTE? Grazie anticipate...
Sub Main
Dim Nu(3),Ru(1),Abb1(2),Abb2(2),abb3(2),abb4(2),Gruppo Formazione
Dim abb5(2),abb6(2),abb7(2),abb8(2),abb9(2),Abb10(2),A bb11(2),Abb12(2)
Dim T,V
Ini = 1
fin = EstrazioneFin
r = InputBox("Scelta Ruota",,3)
cG1 = InputBox("Capogioco 1",,82)
cG2 = InputBox("Capogioco 2",,42)
ResetTimer
Scrivi "Ricerca Statistica Per Ambetto su AmboCapogioco Conosciuto (" & cG1 & "." & cG2 & ")",1,,,1,3,,1
Scrivi "Richiesta Statistica By Miki55 - Intervenuti Nikor - Author script Mike58",1,,,2
Scrivi
Ru(1) = r
T = Array(T,"Ruota","Formazione","Abb","Ritardo","Rit. Max","Freq.","UL Sortita","ID Sortita","Esito")
Call InitTabella(T,RGB(178,178,178),"Center",3,5,"Cambr ia")
For abb = 1 To 90
Nu(1) = cG1
Nu(2) = cG2
If abb = cG1 Then abb = 0
If abb = cG2 Then abb = 0
Nu(3) = abb
'--------------ambetti----------------------
Abb1(1) = Nu(1)
Abb1(2) = Nu(2) + 1
Call AddNumeriToGruppoStatistico(Abb1,r)
Abb2(1) = Nu(1)
Abb2(2) = Fuori90(Nu(2) - 1)
Call AddNumeriToGruppoStatistico(Abb2,r)
abb3(1) = Nu(1)
abb3(2) = Fuori90(Nu(3) + 1)
Call AddNumeriToGruppoStatistico(abb3,r)
abb4(1) = Nu(1)
abb4(2) = Fuori90(Nu(3) - 1)
Call AddNumeriToGruppoStatistico(abb4,r)
abb5(1) = Nu(2)
abb5(2) = Fuori90(Nu(1) + 1)
Call AddNumeriToGruppoStatistico(abb5,r)
abb6(1) = Nu(2)
abb6(2) = Fuori90(Nu(1) - 1)
Call AddNumeriToGruppoStatistico(abb6,r)
abb7(1) = Nu(2)
abb7(2) = Fuori90(Nu(3) + 1)
Call AddNumeriToGruppoStatistico(abb7,r)
abb8(1) = Nu(2)
abb8(2) = Fuori90(Nu(3) - 1)
Call AddNumeriToGruppoStatistico(abb8,r)
abb9(1) = Nu(3)
abb9(2) = Fuori90(Nu(1) + 1)
Call AddNumeriToGruppoStatistico(abb9,r)
Abb10(1) = Nu(3)
Abb10(2) = Fuori90(Nu(1) - 1)
Call AddNumeriToGruppoStatistico(Abb10,r)
Abb11(1) = Nu(3)
Abb11(2) = Fuori90(Nu(2) + 1)
Call AddNumeriToGruppoStatistico(Abb11,r)
Abb12(1) = Nu(3)
Abb12(2) = Fuori90(Nu(2) - 1)
Call AddNumeriToGruppoStatistico(Abb12,r)
'................................................. ...........................
Call Messaggio("Tempo di Elaborazione : " & TempoTrascorso)
Call AvanzamentoElab(1,90,abb)
Call StatisticaGruppoFormazioni(2,rit,max,fre,GruppoFor mazione,Ini,fin)
Ambetto = VerificaAmbetto(Nu,r,(fin - rit),retNumeri,retVincita)
For clp = 1 To EstrazioniArchivio - EstrazioneFin
If VerificaAmbetto(Nu,r,fin + clp,retnumr1,rVincitar1) > 0 Then '
colpo = clp
Exit For
Else
colpo = " "
End If
Next
esit = colpo & "° -> " & retnumr1
V = Array(V,StringaRuote(Ru),StringaNumeri(Nu),abb,rit ,max,fre,retNumeri,GetInfoEstrazione(fin - rit),esit)
Call AddRigaTabella(V)
Next
Call SetTableWidth("100%")
Call SetTableHeight("100%")
CreaTabellaOrdinabile(4)
Call Scrivi("Tempo di Elaborazione : " & TempoTrascorso)
End Sub
miki55
Ultima modifica: