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.
Class Script
Sub Main
Scrivi ("Metodo Toon **** Script in VbNet per LottoProject - SpazioLight **** By Mike58 / Rev By Joe",1,,ColoreVerde,ColoreBianco,150)
Scrivi
Dim Ini,Fin,Es,R,P,K,S,X,Kk,cz,dc As Integer
Dim Nu(2),aN(5),aNumGioco(6),Ru(1) As Integer
Dim posta(3) As Single
Dim Esito,clp,estr,id As Integer
Dim aUscite() , esito1 As String
posta(2) = 1.5
posta(3) = .5
Ini = EstrazioniArchivio - 200
Fin = EstrazioniArchivio
'Scrivi "Metodo toon",1,,,1,3,,1
S = 1 ' EVITA UN ENENTUALE CASO iniziale che non sia all' ultima_del_mese.
For Es = Ini To Fin
If IsUltimaDelMese(Es) Or S = 0 Then
S = 0 'Azzeramento Flag/Contatore
For R = 1 To 10
For P = 1 To 5
aN(P) = Estratto(Es,R,P)
Next
If Not Gemello(aN(1)) And Not Gemello(aN(5)) Then
If Cadenza(aN(1)) <> 9 And Cadenza(aN(5)) <> 9 Then
If aN(1) > 9 And aN(5) > 9 Then
If Cadenza(aN(1)) = Left (aN(5),1) Then ' condizione vera
'cz = Cadenza(aN(1)) : dc = Left (aN(5),1)
'If cz = dc Then
' If Cadenza(aN(1)) <> Decinanaturale(aN(5)) Then ' condizione falsa
If Left(aN(1),1) <> Cadenza(aN(5)) Then
K = K + 1
Kk = Kk + 1
Nu(1) = aN(1)
Nu(2) = aN(5)
Ru(1) = R
'--------- Numeri in Gioco ----------------
aNumGioco(1) = Nu(1)
aNumGioco(2) = Nu(2)
aNumGioco(3) = Vertibile (Nu(1))
aNumGioco(4) = Vertibile (Nu(2))
aNumGioco(5) = Left (Nu(1),1) & Cadenza(Nu(2))
aNumGioco(6) = Vertibile (aNumGioco(5))
'------------------------------------------
For X = 1 To 6
If Not Gemello(aNumGioco(X)) Then
End If
Next
esito1 = "<> --.--.--.--.--"
If VerificaEsito (aNumGioco,Ru,2,Es + 1,,13,clp,aUscite) Then
For k1 As Integer = 0 To aUscite.getupperbound(0)
If aUscite(k1) <> "" Then esito1 = aUscite(k1)
Next
End If
id = Es+clp
'------------------------------------------------------------------------
ImpostaGiocata (1,aNumGioco,Ru,posta,,13,2)
Gioca (Es,,,,False)
Scrivi (FormatSpace(Kk,2) & " - " & FormatSpace(K,2) & " - Ind.Mens " & FormatSpace(IndiceMensile(Es),2) & vbTab & Es & " - " & DataEstrazione(Es) & _
vbTab & NomeRuota(R) & vbTab & StringaNumeri(Nu) & _
vbTab & "Numeri in Gioco su Ruota : " & StringaNumeri(aNumGioco,,1),1,0) '& _
Scrivi (vbTab & "Clp " & clp & vbTab & esito1 & vbTab & id & " - " & DataEstrazione(id),1,1,,ColoreRosso)
S = S + 1 ' Contatore pronostici
End If
End If
'End If
End If
End If
End If
Next
K = 0
Scrivi ("===================================================================================================================================================================")
End If
If S = 0 Then Scrivi ("- - ..................." & Space(8) & DataEstrazione(Es) & Space(22) & "Nessuna Previsione Ultima del Mese - Ricerca Estraz,successiva",,,,ColoreBlu)
Next
'ColoreTesto(1)
ScriviResoconto
'ColoreTesto(0)
DisegnaGraficoAndamento (1250,800)
End Sub
End Class
Option Explicit
Sub Main
Primo Estratto pari "All'ultima del mese" -O- Nella prima estrazione utile successiva. V.Test By Joe
Dim Ini,Fin,Es,E,R,P,S,nu(6),Posta(5),Ru(12)
Posta(2) = 1
Posta(3) = 0.50
Posta(4) = 0.50
R = 10 : P = 3
Ini = EstrazioneFin - 200
Fin = EstrazioneFin
For Es = Ini To Fin
If IsUltimaDelMese(Es) Or S = True Then
E = Estratto(Es,R,P)
If pari(E) Then
Scrivi DataEstrazione(Es) & " " & SiglaRuota(R) & " " & E
S = False
Else
S = True
'Ru(1) = R
Ru(1) = 6
Ru(2) = 11
nu(1) = Fuori90(E + 42)
nu(2) = Fuori90(E * 42)
nu(3) = Fuori90(E - 42)
nu(4) = Fuori90(E / 42)
EliminaRipetuti nu
ImpostaGiocata 1,nu,Ru,Posta,13
Gioca Es,1
End If
End If
Next
ScriviResoconto
End Sub