R
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()
' Per Occhidigiada . Metodo :
'Isotopia numeri gemelli
'Quando si hanno isotopi due numeri gemelli ovviamente non uguali
'farne il complemento a 91, i risultati saranno le ambate da mettere in gioco sulle ruote di ricerca
'per calcolare gli abbinamenti la prima operazione da fare e'sommare i due laterali del gemello ,poi ai risultati
'sommare 30 e 60 che saranno i 4 abbinamenti
'(Cinzia) "&chr(10)
Dim ru(2),ambo(2),lunghetta(6),ps(2),ps1(5)
Dim rtt(1)
rtt(1)=11
ps(1)=1:ps(2)=1:ps1(2)=1:ps1(3)=1:ps1(4)=0.40:ps1(5)=0.10
fin=EstrazioneFin
ini=fin-40
For es=ini To fin
Messaggio(es)
For r=1 To 10
For r1=r+1 To 11
If r1=11 Then r1=12
ru(1)=r
ru(2)=r1
For p=1 To 5
a=Estratto(es,r,p)
a1=Estratto(es,r1,p)
If a<>a1 And Gemello(a) And Gemello(a1) Then
aa=91-a
aa1=91-a1
p1=p+1
p2=p-1
If p1>5 Then p1=1
If p2<1 Then p2=5
b=Estratto(es,r,p1)
bb=Estratto(es,r,p2)
b1=Estratto(es,r1,p1)
bb1=Estratto(es,r1,p2)
c=Fuori90(b+bb)
c1=Fuori90(b1+bb1)
d=Fuori90(c+30)
d1=Fuori90(c+60)
e=Fuori90(c1+30)
e1=Fuori90(c1+60)
ambo(1)=aa
ambo(2)=aa1
lunghetta(1)=aa
lunghetta(2)=aa1
lunghetta(3)=d
lunghetta(4)=d1
lunghetta(5)=e
lunghetta(6)=e1
Scrivi String(87,"°")
ColoreTesto 2
Scrivi DataEstrazione(es)& Space(2)&es& Space(2)& SiglaRuota (r)& _
Space(2)&format2(a)& Space(2)&SiglaRuota (r1) & Space(2)&format2(a1)
ColoreTesto 0
co=1
ImpostaGiocata co,ambo,ru,ps,14,2
co=co+1
ImpostaGiocata co,lunghetta,ru,ps1,14,3
co=co+1
ImpostaGiocata co,lunghetta,rtt,ps1,14,3
Gioca es
End If
Next
Next
Next
Next
ScriviResoconto
End Sub