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.
quote:Originally posted by keeper
Cìao filma hai abbandonato l'altro metodo mi invieresti entrambi i file execell che hai realizzato a keeper_it@VIOLAZIONE: scambio email non consentito !.it se ti va.
Inviato file fatemi sapere se è arrivato dopo Keeper mi accorgo solo adesso che c'è "-" che non ho messoquote:Originally posted by cebino
quote:Originally posted by keeper
Cìao filma hai abbandonato l'altro metodo mi invieresti entrambi i file execell che hai realizzato a keeper_it@VIOLAZIONE: scambio email non consentito !.it se ti va.
Wee fill a stò punto sono curioso anche io la mia mail già la conosci
quote:Originally posted by fillotto
Inviato file fatemi sapere se è arrivato dopo Keeper mi accorgo solo adesso che c'è "-" che non ho messoquote:Originally posted by cebino
quote:Originally posted by keeper
Cìao filma hai abbandonato l'altro metodo mi invieresti entrambi i file execell che hai realizzato a keeper_it@VIOLAZIONE: scambio email non consentito !.it se ti va.
Wee fill a stò punto sono curioso anche io la mia mail già la conosci
ho ripetuto la mail x Keeper fatemi sapè so scarso in queste cose Fill
...ah ok Luigi[:I]quote:Originally posted by LuigiB
Ciao Debora , non si trattava di uno script completo ma di un
suggerimento generico per keeper , rubino , filotto i quali stanno
facendo prove con lo script fatto da rubino ma avevano difficoltà col 10 e lotto 5 minuti
ciao fill tutto ok è stato ricevuto ma l'iserimento delle estrazioni giornaliere? scusa la mia ignoranzaquote:Originally posted by cebino
quote:Originally posted by fillotto
Inviato file fatemi sapere se è arrivato dopo Keeper mi accorgo solo adesso che c'è "-" che non ho messoquote:Originally posted by cebino
quote:Originally posted by keeper
Cìao filma hai abbandonato l'altro metodo mi invieresti entrambi i file execell che hai realizzato a keeper_it@VIOLAZIONE: scambio email non consentito !.it se ti va.
Wee fill a stò punto sono curioso anche io la mia mail già la conosci
ho ripetuto la mail x Keeper fatemi sapè so scarso in queste cose Fill
Fill tutto ok grazie 1000 sto analizzando un po tutto il file
pero ho la necessità di parlarti tu sai come
ci sentiamo in chat
ciao
Allora devi fare PRIMA l'aggirnamentoquote:Originally posted by keeper
fin qui tutto ok e solo che lo script non estrai l'estrazionie giornaliere e la converte in execell cioè se digito 09/03/2011 mi risponde estrazione non presente per il resto c'ero arrivato e il tuo discorso a me va bene
restano da giocarequote:Originally posted by keeper
seguo un po ste previsioni
con gioco in progressione
04 07 08
24 42 43
12 21 24
78 79 80
42 43 44
62 78 79
41 47 49
71 75 81
36 38 58
71 73 78
Sub Main()
' statistica per rilevamento delle somme dei 20 estratti a gruppi da ambo-terno-quaterna-cinquina-etc...'
'condizione
'------------
'-------------------------------------------------------------------------------------------------------------------------------
Dim num(20)
Dim asom(20)
Dim acolpi(9999)
storia = InputBox("Estrazioni Range Conc. ",,EstrazioneFin)
z = InputBox("Controllo Tempo = conc.n.",,500)
v = InputBox("nr.Garanzia somma 2,3,4,5",,3)
lis = InputBox("ambo=2, Terno=3, Quarterna=4, Cinquina=5",,3)
fin = storia
Ini = storia - z
Scrivi "Rileva somme numeri dal concorso n." & Ini & " al conc.n. " & fin & " Per il 10 E LOTTO "
Scrivi "Somma nr. consecutività.." & v
Scrivi "Conc.n. 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 ........somme......... 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20"
Scrivi "______________________________________________________________________________________________________________________________________________________"
For x = 1 To z
idestr = storia - x
riga = ""
For t = 1 To 20
asom(t) = ""
Next
For yy = 1 To 20
riga = riga & Format2(EstrattoDL(idestr,yy)) & " "
num(yy) = Format2(EstrattoDL(idestr,yy))
Next
If v = 2 Then
For b = 1 To 19
c = Fuori90(Int(num(b)) + Int(num(b + 1)))
asom(b) = asom(b) & CLng(c)
Next
lim = 19
End If
If v = 3 Then
For b = 1 To 18
c = Fuori90(Int(num(b)) + Int(num(b + 1)) + Int(num(b + 2)))
asom(b) = asom(b) & CLng(c)
Next
lim = 18
End If
If v = 4 Then
For b = 1 To 17
c = Fuori90(Int(num(b)) + Int(num(b + 1)) + Int(num(b + 2)) + Int(num(b + 3)))
asom(b) = asom(b) & CLng(c)
Next
lim = 17
End If
If v = 5 Then
For b = 1 To 16
c = Fuori90(Int(num(b)) + Int(num(b + 1)) + Int(num(b + 2)) + Int(num(b + 3)) + Int(num(b + 4)))
asom(b) = asom(b) & CLng(c)
Next
lim = 16
End If
rsomme = ""
For f = 1 To Int(lim)
rsomme = rsomme & Format2(asom(f)) & " "
Next
Scrivi "___________________________________________________________________________________________________________________________________________________________"
ColoreTesto(0):Scrivi idestr & " " & riga & "......................." & rsomme
''''riepilogo terni con somme uguali
For r = 1 To lim
For r2 = r + 1 To lim + 1
If asom(r) = asom(r2) Then
t1 = Format2(EstrattoDL(idestr,r))
t2 = Format2(EstrattoDL(idestr,r + 1))
If v = 3 Then
t3 = Format2(EstrattoDL(idestr,r + 2))
End If
If v = 4 Then
t3 = Format2(EstrattoDL(idestr,r + 2))
t4 = Format2(EstrattoDL(idestr,r + 3))
End If
If v = 5 Then
t3 = Format2(EstrattoDL(idestr,r + 2))
t4 = Format2(EstrattoDL(idestr,r + 3))
t5 = Format2(EstrattoDL(idestr,r + 4))
End If
u1 = Format2(EstrattoDL(idestr,r2))
u2 = Format2(EstrattoDL(idestr,r2 + 1))
If v = 3 Then
u3 = Format2(EstrattoDL(idestr,r2 + 2))
End If
If v = 4 Then
u3 = Format2(EstrattoDL(idestr,r2 + 2))
u4 = Format2(EstrattoDL(idestr,r2 + 3))
End If
If v = 5 Then
u3 = Format2(EstrattoDL(idestr,r2 + 2))
u4 = Format2(EstrattoDL(idestr,r2 + 3))
u5 = Format2(EstrattoDL(idestr,r2 + 4))
End If
ColoreTesto(1) : Scrivi "------ somma.." & Format2(asom(r)) & " .." & t1 & " " & t2 & " " & t3 & " " & t4 & " " & t5 & " " & u1 & " " & u2 & " " & u3 & " " & u4 & " " & u5
ReDim tnm(5)
tnm(1) = t1
tnm(2) = t2
tnm(3) = t3
tnm(4) = t4
tnm(5) = t5
If VerificaEsitoDL(tnm,idestr + 1,lis,,RetEsito,RetColpi,RetEstratti,RetIdEstr) Then
ColoreTesto 2
Call Scrivi(GetInfoEstrazioneDL(RetIdEstr) & " " & RetEsito & " colpi : " & RetColpi & " " & RetEstratti)
acolpi(RetColpi) = acolpi(RetColpi) + 1
ColoreTesto 0
If RetEsito = "Cinquina" Then