lottofortune
Advanced Member >PLATINUM<
Ciao a tutti,esiste qualche script su metodi di numero uguali isotopi?
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()
ini = 8500
For n = ini To EstrazioneFin
Messaggio DataEstrazione(n)
For r1 = 1 To 9
For p1 = 1 To 4 : a = Estratto(n,r1,p1)
For p2 = p1 + 1 To 5 : b = Estratto(n,r1,p2)
If Distanza(a,b) = 30 Then
For r2 = r1 + 1 To 10
For p3 = 1 To 4 : c = Estratto(n,r2,p3)
For p4 = p3 + 1 To 5 : d = Estratto(n,r2,p4)
fa = Figura(a) : fc = Figura(c) : df1 = Abs(fa - fc)
If Distanza(c,d) = 30 And(df1 = 0 Or df1 = 3 Or df1 = 6) And a <> c And a <> d Then
f1 = fa : f2 = Figura(fa + 3) : f3 = Figura(fa + 6)
'Quadratura somme
sv1 = Fuori90(a + c) : sv2 = Fuori90(b + d)
sd1 = Fuori90(a + d) : sd2 = Fuori90(b + c)
If sv1 = sv2 Or sd1 = sd2 Then
If sv1 = sv2 Then sc = sv1 Else sc = sd1
For q1 = 1 To 5 : e1 = Estratto(n,r1,q1)
For q2 = 1 To 5 : e2 = Estratto(n,r2,q2)
se = Fuori90(e1 + e2) : fe1 = Figura(e1) : fe2 = Figura(e2) : df2 = Abs(fe1 - fe2)
If se = sc And e1 <> a And e1 <> b And e1 <> c And e1 <> d And(df2 = 0 Or df2 = 3 Or df2 = 6) And(fe1 = f1 Or fe1 = f2 Or fe1 = f3) Then
casi = casi + 1:Scrivi String(105,"="),1
Scrivi DataEstrazione(n,1) & " [ " & SiglaRuota(r1) & " - " & StringaEstratti(n,r1) & " ] [ " & _
Format2(a) & "." & Format2(b) & " ] Dist. 30 in " &(p1) & "^/" &(p2) & "^ pos. [" & Format2(e1) & "] pos. " & q1 & "^"
Scrivi DataEstrazione(n,1) & " [ " & SiglaRuota(r2) & " - " & StringaEstratti(n,r2) & " ] [ " & _
Format2(c) & "." & Format2(d) & " ] Dist. 30 in " &(p3) & "^/" &(p4) & "^ pos. [" & Format2(e2) & "] pos. " & q2 & "^ Som. com. " & Format2(sc)
Scrivi "Terz. simmetrica : " &(f1) & "." &(f2) & "." &(f3),1
Scrivi String(105,"-") & " caso n° " &(casi)
End If
Next
Next
End If
End If
Next
Next
Next
End If
Next
Next
Next
Next
End Sub