'Metodo T3 by Pandit
Sub Main
Dim Nu(6),Ru(3),T,abb1,abb2,abb3,abb4,Ru1(1)
colpi = CInt(InputBox(" Quanti colpi di gioco?",,17))
Ini = EstrazioneFin - 350
fin = EstrazioneFin
r1 = 3
r2 = 4
p1 = 2
p2 = 5
'colpi = x2
T = Array(T,"Estrazione","Ruote"," 2 x A","Verifica Ambata","Colpo","Abbin.","Abbin.")
Call InitTabella(T,RGB(0,71,171),,3,6,"swift")
For es = Ini To fin
If IndiceMensile(es) = 1 Then
a = Fuori90(Estratto(Es,R,3) +(Estratto(Es,R1,3)))
c = Fuori90(a * 2):e = Fuori90(a + c)
f = Fuori90(c + e): g = 90 - f
h = Fuori90(Vert(g))
Nu(1) = g
Nu(2) = h
EliminaRipetuti Nu
Ru(1) = r1
Ru(2) = r2
Ru1(1) = r3
Call VerificaEsito(Nu,Ru,es + 1,1,colpi,,esito,clp,esA,id)
Call Abbinamenti(Nu(1),abb1,8072,fin,r1)
ReDim aN(4)
For k1 = 1 To 2
aN(k1) = abb1(k1,1)
Next
ReDim aM(4)
Call Abbinamenti(Nu(1),abb3,8072,fin,r2)
For k3 = 1 To 2
aM(k3) = abb3(k3,1)
Next
T = Array(T,GetInfoEstrazione(es),StringaRuote(Ru),StringaNumeri(Nu),esA,clp,StringaNumeri(aN,,1),_
StringaNumeri(aM,,1))
Call AddRigaTabella(T)
Call SetColoreCella(1,RGB(205,201,201),RGB(0,0,0))
Call SetColoreCella(2,RGB(255,255,0),RGB(0,0,0))
Call SetColoreCella(3,RGB(255,0,0),RGB(0,0,0))
Call SetColoreCella(4,RGB(0,255,0),RGB(0,0,0))
Call SetColoreCella(5,RGB(190,190,190),RGB(0,0,0))
Call SetColoreCella(6,RGB(255,255,0),RGB(0,0,0))
Call SetColoreCella(7,RGB(255,255,0),RGB(0,0,0))
Call SetColoreCella(8,RGB(255,255,0),RGB(0,0,0))
Call SetColoreCella(9,RGB(255,255,0),RGB(0,0,0))
End If
Next
CreaTabella
Scrivi "Le Ruote usate sono: R= " & SiglaRuota( R ) & " e R1= " & SiglaRuota ( R1)
End Sub