Zetrix
Advanced Premium Member
Mike ho fatto l'aggiornamento infatti si doveva aggiornare giochilib.dll e statturbo.dll
adesso lo script e ok
grazie Mike della disponibilità allego lo script se puo servire a qualcuno.a
Ciao
adesso lo script e ok
grazie Mike della disponibilità allego lo script se puo servire a qualcuno.a
Ciao
Codice:
Class Script
Sub Main
Dim Nu(9),Na(10),aN(5),Ru(1),Rt(5),Num1,Num2,Num3,Num4,Num5,Num6,Num7,Num8,Num9,Num10 As Integer
Dim x , y ,a , b, c ,d, e , k, s , r , es ,Ruota As Integer
Dim ini As Integer = EstrazioniArchivio
Dim fin As Integer = EstrazioniArchivio
Dim T() As String
T = {" Ruota "," E1 "," E2 "," E3 "," E4 "," E5" ," Ruota "," Rt1"," Rt2"," Rt3"," Rt4"," Rt5 "," Ruota "," Data "}
Call InitTabella(T,ColoreVerde,,,ColoreBianco)
For es = ini To fin
For Ruota = 1 To 11
aN(1) = Estratto(es,Ruota,1)
aN(2) = Estratto(es,Ruota,2)
aN(3) = Estratto(es,Ruota,3)
aN(4) = Estratto(es,Ruota,4)
aN(5) = Estratto(es,Ruota,5)
Rt(1) = EstrattoRitardo(aN(1),Ruota,ini-100,es-1)
Rt(2) = EstrattoRitardo(aN(2),Ruota,ini-100,es-1)
Rt(3) = EstrattoRitardo(aN(3),Ruota,ini-100,es-1)
Rt(4) = EstrattoRitardo(aN(4),Ruota,ini-100,es-1)
Rt(5) = EstrattoRitardo(aN(5),Ruota,ini-100,es-1)
T = {NomeRuota(Ruota),aN(1),aN(2),aN(3),aN(4),aN(5),NomeRuota(Ruota),Rt(1),Rt(2),Rt(3),Rt(4),Rt(5),NomeRuota(Ruota ),DataEstrazione(es) }
Call AddRigaTabella(T)
For x = 0 To 9
If aN(1) And x = Rt(1) Then Call SetColoreCellaRighe (1,ColoreBlu,ColoreBianco)
If aN(2) And x = Rt(2) Then Call SetColoreCellaRighe (2,ColoreBlu,ColoreBianco)
If aN(3) And x = Rt(3) Then Call SetColoreCellaRighe (3,ColoreBlu,ColoreBianco)
If aN(4) And x = Rt(4) Then Call SetColoreCellaRighe (4,ColoreBlu,ColoreBianco)
If aN(5) And x = Rt(5) Then Call SetColoreCellaRighe (5,ColoreBlu,ColoreBianco)
If Rt(1) = x Then Call SetColoreCellaRighe (7,ColoreGiallo,ColoreNero)
If Rt(2) = x Then Call SetColoreCellaRighe (8,ColoreGiallo,ColoreNero)
If Rt(3) = x Then Call SetColoreCellaRighe (9,ColoreGiallo,ColoreNero)
If Rt(4) = x Then Call SetColoreCellaRighe (10,ColoreGiallo,ColoreNero)
If Rt(5) = x Then Call SetColoreCellaRighe (11,ColoreGiallo,ColoreNero)
Call SetColoreCellaRighe(0,ColoreVerde,ColoreBianco)
Call SetColoreCellaRighe(6,ColoreVerde,ColoreBianco)
Call SetColoreCellaRighe(12,ColoreVerde,ColoreBianco)
Call SetColoreCellaRighe(13,ColoreVerde,ColoreBianco)
Next
Next
Next
CreaTabella
End Sub
End Class