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.
Sub Main()
Scrivi : Scrivi "8 AMBI SECCHI SU NAZ ALLA 10° ESTRAZIONE DEL MESE"
Scrivi : Scrivi
Dim n1(4),n2(4),n3(4),n4(4),n5(5),n6(6),n7(7),n8(8),pt(2),rt(1)
pt(2) = 1
clp = 12 'colpi di gioco
rt(1) = 12 '1a ruota di gioco
ini =EstrazioneFin- 780
fin =EstrazioneFin
co = 0
For es = ini To fin
Messaggio(es)
If IndiceMensile(es) = 10 Then 'estrazione del mese
Scrivi String(105,"=")
co = co + 1
'----------------------------------------------------- 1°AMBO
n1(1) =Fuori90(Estratto(es,NZ_,1) + 88)
n1(2) =Fuori90(Estratto(es,RO_,2) + 32)
'----------------------------------------------------- 2°AMBO
n2(1) =Fuori90(Estratto(es,NZ_,1) + 80)
n2(2) =Fuori90(Estratto(es,NA_,3) + 4)
'----------------------------------------------------- 3°AMBO
n3(1) =Fuori90(Estratto(es,NZ_,1) + 52)
n3(2) =Fuori90(Estratto(es,CA_,5) + 39)
'----------------------------------------------------- 4°AMBO
n4(1) =Fuori90(Estratto(es,NZ_,1) + 33)
n4(2) =Fuori90(Estratto(es,NZ_,4) * 26)
'----------------------------------------------------- 5°AMBO
n5(1) =Fuori90(Estratto(es,NZ_,1) + 19)
n5(2) =Fuori90(Estratto(es,GE_,1) * 50)
'----------------------------------------------------- 6°AMBO
n6(1) =Fuori90(Estratto(es,NZ_,1) + 78)
n6(2) =Fuori90(Estratto(es,TO_,5) + 87)
'----------------------------------------------------- 7°AMBO
n7(1) =Fuori90(Estratto(es,NZ_,1) + 23)
n7(2) =Fuori90(Estratto(es,MI_,2) * 15)
'----------------------------------------------------- 8°AMBO
n8(1) =Fuori90(Estratto(es,NZ_,1) + 18)
n8(2) =Fuori90(Estratto(es,NZ_,5) + 36)
ImpostaGiocata 1,n1,rt,pt,clp,0
ImpostaGiocata 2,n2,rt,pt,clp,0
ImpostaGiocata 3,n3,rt,pt,clp,0
ImpostaGiocata 4,n4,rt,pt,clp,0
ImpostaGiocata 5,n5,rt,pt,clp,0
ImpostaGiocata 6,n6,rt,pt,clp,0
ImpostaGiocata 7,n7,rt,pt,clp,0
ImpostaGiocata 8,n8,rt,pt,clp,0
Gioca es
End If
Next
Scrivi : Scrivi "Casi Rilevati " &CInt(co)
ScriviResoconto
End Sub