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.
Salve a tutti. Vorrei farvi una gentile richiesta, avere
lo script del metodo "Il coefficiente medio integratore"
di Fabarri su L8. E' possibile che qualcuno lo abbia? Grazie
Corretto X Lottodesk
Sub Main
Dim R1,P1,P2,Es,Estr1,Estr2,Clp
Dim FIn,Caso,Casi,P3,E1,Ini
Dim Amb1(2),Ru(1),Poste(2),M(2)
Poste(2) = 1
FIn = EstrazioneFin
Ini = InputBox("Inserisci l'estrazione che vuoi iniziare",,10150)
R1 = InputBox("Inserisci numero ruota ( 1 - 10 NAZ 12)",,8)
Clp = InputBox("Per quanti colpi vuoi fare la ricerca",,13)
Scrivi Space(12) & "IL COEFFICIENTE MEDIO INTEGRATORE - by FABARRI - SCRIPT Salvo50"
Ru(1) = R1
For Es = Ini To FIn
Caso = 0
AvanzamentoElab Ini,FIn,Es
For P1 = 1 To 4
For P2 = P1 + 1 To 5
Estr1 = Estratto(Es,R1,P1)
Estr2 = Estratto(Es,R1,P2)
M(1) = Estr1 : M(2) = Estr2
Call OrdinaMatrice(M,- 1)
If M(1) > 30 And M(2) < 61 Then
Amb1(1) = 121 - M(1)
Amb1(2) = 61 - M(2)
Caso = Caso + 1
Casi = Casi + 1
Scrivi String(69,"*") & " Casi Totali " & FormattaStringa(Casi,"0000")
Scrivi String(60,"*") & " Estrazione " &(Es) & " caso " & FormattaStringa(Caso,"0000")
Scrivi(" Estrazione n." & Format2(Es) & " del " & DataEstrazione(Es)),1
Scrivi " " & SiglaRuota(R1) & " ",1,0
For P3 = 1 To 5
E1 = Estratto(Es,R1,P3)
If E1 = Estr1 Or E1 = Estr2 Then
ColoreTesto 2
Else
ColoreTesto 0
End If
Scrivi Format2(E1) & " ",1,0
ColoreTesto 0
Next
Scrivi
Scrivi
Scrivi "1° Numero " & Amb1(1) & " = 121 - " & Format2 (M(1)),1
Scrivi "2° Numero " & Amb1(2) & " = 61 - " & Format2 (M(2)),1
Scrivi
ImpostaGiocata 1,Amb1,Ru,Poste,Clp
Gioca Es
End If
Next
Next
If ScriptInterrotto Then Exit Sub
Next
ScriviResoconto
End Sub
Sub Main
Dim R1,P1,P2,Es,Estr1,Estr2,Clp
Dim FIn,Caso,Casi,P3,E1,Ini
Dim Amb1(2),Ru(1),Poste(2),M(2)
Poste(2) = 1
Ini = CInt(InputBox("Inserisci l'estrazione che vuoi iniziare",,10150))
FIn = EstrazioneFin
R1 = InputBox("Inserisci numero ruota ( 1 - 10 NAZ 12)",,8)
Clp = InputBox("Per quanti colpi vuoi fare la ricerca",,13)
ColoreTesto 2
Scrivi Space(12) & "IL COEFFICIENTE MEDIO INTEGRATORE - by FABARRI - SCRIPT Salvo50",1
Scrivi Space(12) &"Corretto x L8 By Master"
ColoreTesto 0
Scrivi
Ru(1) = R1
For Es = Ini To FIn
Caso = 0
AvanzamentoElab Ini,FIn,Es
For P1 = 1 To 4
For P2 = P1 + 1 To 5
Estr1 = Estratto(Es,R1,P1)
Estr2 = Estratto(Es,R1,P2)
M(1) = Estr1 : M(2) = Estr2
Call OrdinaMatrice(M,- 1)
If M(1) > 30 And M(2) < 61 Then
Amb1(1) = 121 - M(1)
Amb1(2) = 61 - M(2)
Caso = Caso + 1
Casi = Casi + 1
ColoreTesto 2
Scrivi String(89,"*") & " Casi Totali " & FormattaStringa(Casi,"0000"),1
ColoreTesto 1
Scrivi String(80,"*") & " Estrazione " &(Es) & " caso " & FormattaStringa(Caso,"0000"),1
ColoreTesto 0
Scrivi(" Estrazione n." & Format2(Es) & " del " & DataEstrazione(Es)) & _
Space(2) & SiglaRuota(R1) & " " & StringaEstratti(Es,R1) & " -- (" & Estr1 & "-" & Estr2 & ")",1
Scrivi
Scrivi "1° Numero " & Amb1(1) & " = 121 - " & Format2(M(1)),1
Scrivi "2° Numero " & Amb1(2) & " = 61 - " & Format2(M(2)),1
Scrivi
ImpostaGiocata 1,Amb1,Ru,Poste,Clp
Gioca Es
End If
Next
Next
If ScriptInterrotto Then Exit Sub
Next
ScriviResoconto
End Sub
PROVIAMOCI ALLORA...x master lo script che ai fatto per L8 si possono inserire gli ambi calcolati in un block note
in formato txt ..