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.
Ciao Mike58, lo script che mi hai proposto non è niente male, lunica cosa è che evi dare
una certa quantità di numeri ai fini dell'elaborazione perchè non posso farelaborare tutti i
90 numeri. Semi puoi indicare nel sito uno script fa ricerca di numeri frequenti.
Ti ringrazio.
Sub Main
Dim nu(10),ru(1)
fine = InputBox("Quante estrazioni",,30)
Ini = EstrazioneFin - fine
fin = EstrazioneFin
Scrivi "Range d'inizio analisi..." & DataEstrazione(Ini),1
Scrivi
For r = 1 To 12
ReDim t(7)
t(1) = " Ruota "
t(2) = " Numero "
t(3) = " Freq "
t(4) = " Ritardo "
t(5) = " Freq 10 ES "
t(6) = " Rit. Prec "
t(7) = " Numeri da Giocare "
Call InitTabella(t,2,,3,5)
For x = 1 To 90
xx = EstrattoFrequenza(r,x,Ini,fin)
xy = EstrattoFrequenza(r,x,fin - 11,fin)
yy = EstrattoRitardo(r,x,Ini,fin)
yx = EstrattoRitardo(r,x,Ini,fin - 1 - yy)
ReDim v(7)
v(1) = SiglaRuota(r)
v(2) = x
v(3) = xx
v(4) = yy
v(5) = xy
v(6) = yx
If xy = 0 Then v(7) = x
If xy > 0 Then v(7) = " - "
Call AddRigaTabella(v,,,3)
If yy = 0 Then Call SetColoreCella(2,3,1)
If yy > 0 And yy < 6 Then Call SetColoreCella(2,4,2)
If xy = 0 Then Call SetColoreCella(5,7,5)
Call SetColoreCella(1,1,5)
If v(7) = x Then Call SetColoreCella(7,7,5)
Next
Call CreaTabella(3,,,15,1)
Next
Scrivi "SCRIPT BY MIKE58",1
End Sub
Sub Main
Dim N(1),T,V,VetN,VetQ
Ini = EstrazioneIni' - 200
fin = EstrazioneFin
Tot = fin - Ini
Scrivi "Script By Mike58",1,,,1,2,,1
ReDim R(0)
Rr = ScegliRuote(R)
Scrivi "Elenco Numeri Su Ruote di : " & StringaRuote(R),1
Scrivi
T = Array(T,"Numero","Rp1","Rp2","Rp3","Rp4","Rp5","Rp 6","Rp7","Rp8","Rp9","Rp10","Rp11","Rp12","Rp13"," Rp14","Rp15","Rp16","Rp17","Rp18","Rp19","Rp20","Q .tà Rip","Num Rip","Rip al Rit","Tot Rit","Media Rit")
Call InitTabella(T,RGB(146,139,126),,3,5)
'ReDim Nn(0)
'ScegliNumeri(Nn)
For x = 1 To 90'UBound(Nn)
N(1) = x
Call Messaggio("Elaboro Numeri . . . . . . . " & x)
Call AvanzamentoElab(1,90,x)
'------ elenco ritardi..............
ReDim rp(20),fr(20)
Inizio = EstrazioneIni
fine = EstrazioneFin
somrit12 = 0
For z = 1 To 20
rp(z) = SerieRitardoTurbo(Inizio,fine,N,R,1)
somrit12 = somrit12 + rp(z) + 1
fr(1) = SerieFreqTurbo(fine-somrit12,fine,N,R,1)
fine = fine -(rp(z) + 1)
Med = Round(somrit12/20,2)
freq = fr(1) '+ 1
Mfr = Round(freq/20,2)
Next
bb = 0
For xx = 1 To 20
If rp(xx) = rp(1) Then bb = bb + 1
Next
'.........................................
Call NumeriRipetutiRilevatiV(rp,VetN,VetQ)
V = Array(V,StringaNumeri(N),rp(1),rp(2),rp(3),rp(4),rp(5),rp(6),rp(7),rp(8),rp(9),rp(10),rp(11),rp(12), rp(13),rp(14),rp(15),rp(16),rp(17),rp(18),rp(19),rp(20),_
StringaNumeri(VetQ),StringaNumeri(VetN),bb,somrit12,Med)
Call AddRigaTabella(V,,,3,,"Cambria")
bb = ""
For x1 = 1 To 2
For x2 = x1 + 1 To 21
If V(x1) = V(x2) Then Call SetColoreCella((x1),3,0)
If V(x2) = V(x1) Then Call SetColoreCella((x2),3,0)
Next
Next
Next
CreaTabellaOrdinabile(2)
End Sub