adispo2000
Super Member >PLATINUM<
POSSO DISTURBARVI PER UNO SCRIPT?
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.
Mike58;n2098564 ha scritto:Ciao Adispo,io di tempo ne ho ho poco,e purtroppo vedo che anche chi si occupa di mettere a disposizione script , sono assenti.
Metti pure la tua ricerca chissà che possa stimolare qualcuno.
Chiaro tutto dipende sempre dagli stimoli che si hanno e dal tempo che ognuno di noi ha a disposizione per questa passione comune.
Ciao
Sub Main
Dim sFile
Ini = 1'EstrazioniArchivio - 72
fin = EstrazioniArchivioFT - 1
fine = EstrazioniArchivioFT
sFile = ScegliFile("C:\Mike58\Desktop\.txt")
Call ApriBaseDatiFT(sFile,20,".",90)
SetColorSezione(6)
Scrivi "F R E Q U E N T I in Posizione 5Min",1,,,1,4,,1
EndColorSezione
'Scrivi "S U P E R . . . . F R E Q U E N T I ",1,,,1,4,,1
t = Array(t,"Ruota","Numeri","Q.tà","Verifica","Esito")
Call InitTabella(t)
'For r = 1 To 12
'If r = 11 Then r = 12
'ru(1) = r
For p = 1 To 20
For n = 1 To 90
'For p = 1 To 5
'a = Estratto(es,r,p)
ReDim pos(p)
pos(p) = True
b = EstrattoFrequenzaFT(n,Ini,fin,pos)
c = EstrattoRitardoFT(n,Ini,fin,pos)
d = EstrattoStoricoFT(n,Ini,fin,pos)
If b > 0 Then
k = k + 1
ReDim Preserve aNum(k)
aNum(k) = n
ReDim Preserve fre(k)
fre(k) = b
'ReDim Preserve rit(k)
'rit(k) = c
riga = riga & Format2(c) & " "
rigast = rigast & Format2(d) & " "
End If
Next
'Next
Call VerificaEsitoFT(aNum,EstrazioniArchivioFT,1,1,esito,,es1)
v = Array(v,"Pos "& p,StringaNumeri(aNum,,1),k,es1,esito)
vv = Array(vv,"Freq",StringaNumeri(fre,,1),"-","--","--")
vvv = Array(vvv,"Rit",riga,"-","--","--")
vvs = Array(vvs,"Sto",rigast,"-","--","--")
vuoto = Array(vuoto,"","","","","","")
Call AddRigaTabella(v)
Call AddRigaTabella(vv,,,,1)
Call AddRigaTabella(vvv,,,,2)
Call AddRigaTabella(vvs,,,,7)
Call AddRigaTabella(vuoto,3,,1)
'Scrivi SiglaRuota(r) & vbTab & StringaNumeri(aNum,,1) & vbTab & k
k = 0
riga = ""
rigast = ""
Next
CreaTabella
End Sub