Marcorun
Advanced Member >GOLD<
Salve...con questo script si riesce a calcolare anche la vincita con numero oro ,ma dalla sorte del 5 in poi....visto che ci sono premi anche x il 3..il 2 (con ORO)è possibile modificare lo script inserendo anche le varie interruzioni?
Sub Main
Call ImpostaArchivio10ELotto(1)
Dim es
ini = EstrazioneFin - 51
fin = EstrazioneFin
For es = ini To fin
AvanzamentoElab ini,fin,es
Messaggio DataEstrazioneDL(es)
ReDim aN(10)
aN(1) = EstrattoDL(es,1)
aN(2) = EstrattoDL(es,3)
aN(3) = EstrattoDL(es,5)
aN(4) = EstrattoDL(es,7)
aN(5) = EstrattoDL(es,9)
aN(6) = EstrattoDL(es,11)
aN(7) = EstrattoDL(es,13)
aN(8) = EstrattoDL(es,15)
aN(9) = EstrattoDL(es,17)
aN(10) = EstrattoDL(es,19)
Call ImpostaGiocataDL(1,aN,1,1,10,,,1)
ReDim aN(10)
aN(1) = EstrattoDL(es,2)
aN(2) = EstrattoDL(es,4)
aN(3) = EstrattoDL(es,6)
aN(4) = EstrattoDL(es,8)
aN(5) = EstrattoDL(es,10)
aN(6) = EstrattoDL(es,12)
aN(7) = EstrattoDL(es,14)
aN(8) = EstrattoDL(es,16)
aN(9) = EstrattoDL(es,18)
aN(10) = EstrattoDL(es,20)
Call ImpostaGiocataDL(2,aN,1,10,10,,,1)
Scrivi "----------------------------------------------------------------------------------------",,,3,8
Call GiocaDL(es)
Next
Call ScriviResocontoDL
End Sub
Sub Main
Call ImpostaArchivio10ELotto(1)
Dim es
ini = EstrazioneFin - 51
fin = EstrazioneFin
For es = ini To fin
AvanzamentoElab ini,fin,es
Messaggio DataEstrazioneDL(es)
ReDim aN(10)
aN(1) = EstrattoDL(es,1)
aN(2) = EstrattoDL(es,3)
aN(3) = EstrattoDL(es,5)
aN(4) = EstrattoDL(es,7)
aN(5) = EstrattoDL(es,9)
aN(6) = EstrattoDL(es,11)
aN(7) = EstrattoDL(es,13)
aN(8) = EstrattoDL(es,15)
aN(9) = EstrattoDL(es,17)
aN(10) = EstrattoDL(es,19)
Call ImpostaGiocataDL(1,aN,1,1,10,,,1)
ReDim aN(10)
aN(1) = EstrattoDL(es,2)
aN(2) = EstrattoDL(es,4)
aN(3) = EstrattoDL(es,6)
aN(4) = EstrattoDL(es,8)
aN(5) = EstrattoDL(es,10)
aN(6) = EstrattoDL(es,12)
aN(7) = EstrattoDL(es,14)
aN(8) = EstrattoDL(es,16)
aN(9) = EstrattoDL(es,18)
aN(10) = EstrattoDL(es,20)
Call ImpostaGiocataDL(2,aN,1,10,10,,,1)
Scrivi "----------------------------------------------------------------------------------------",,,3,8
Call GiocaDL(es)
Next
Call ScriviResocontoDL
End Sub