Sub Main()
hh = InputBox("ESTRAZIONE INIZIALE",,8200)
wh = ScegliRuota
xx = CInt(InputBox("NUMERO DA CERCARE",,90))
ini = hh
fin = EstrazioneFin
ColoreTesto 1:Scrivi "Periodo di ricerca dal " & DataEstrazione(Ini) & " al " & DataEstrazione(Fin) & " By Blackmore",1:Scrivi:ColoreTesto 0
For es = ini To fin
p = 1
a = Estratto(es,wh,p)
If a = xx Then
casi = casi + 1
Scrivi DataEstrazione(es) & " " & FormatSpace(NomeRuota(wh),5) & " " & StringaEstratti(es,wh) & " Numero Trovato " & Format2(xx) & " in " & p & "° Posizione ... Caso n° " & Format2(casi)
End If
Next
ColoreTesto 1:Scrivi:Scrivi "Totale casi Trovati con il " & xx & " in " & p & "° Posizione = " & CInt(casi),1
ColoreTesto 0
Scrivi String(85,"-"),1
casi = 0
For es = ini To fin
p = 2
a = Estratto(es,wh,p)
If a = xx Then
casi = casi + 1
Scrivi DataEstrazione(es) & " " & FormatSpace(NomeRuota(wh),5) & " " & StringaEstratti(es,wh) & " Numero Trovato " & Format2(xx) & " in " & p & "° Posizione ... Caso n° " & Format2(casi)
End If
Next
ColoreTesto 1:Scrivi:Scrivi "Totale casi Trovati con il " & xx & " in " & p & "° Posizione = " & CInt(casi),1
ColoreTesto 0
Scrivi String(85,"-"),1
casi = 0
For es = ini To fin
p = 3
a = Estratto(es,wh,p)
If a = xx Then
casi = casi + 1
Scrivi DataEstrazione(es) & " " & FormatSpace(NomeRuota(wh),5) & " " & StringaEstratti(es,wh) & " Numero Trovato " & Format2(xx) & " in " & p & "° Posizione ... Caso n° " & Format2(casi)
End If
Next
ColoreTesto 1:Scrivi:Scrivi "Totale casi Trovati con il " & xx & " in " & p & "° Posizione = " & CInt(casi),1
ColoreTesto 0
Scrivi String(85,"-"),1
casi = 0
For es = ini To fin
p = 4
a = Estratto(es,wh,p)
If a = xx Then
casi = casi + 1
Scrivi DataEstrazione(es) & " " & FormatSpace(NomeRuota(wh),5) & " " & StringaEstratti(es,wh) & " Numero Trovato " & Format2(xx) & " in " & p & "° Posizione ... Caso n° " & Format2(casi)
End If
Next
ColoreTesto 1:Scrivi:Scrivi "Totale casi Trovati con il " & xx & " in " & p & "° Posizione = " & CInt(casi),1
ColoreTesto 0
Scrivi String(85,"-"),1
casi = 0
For es = ini To fin
p = 5
a = Estratto(es,wh,p)
If a = xx Then
casi = casi + 1
Scrivi DataEstrazione(es) & " " & FormatSpace(NomeRuota(wh),5) & " " & StringaEstratti(es,wh) & " Numero Trovato " & Format2(xx) & " in " & p & "° Posizione ... Caso n° " & Format2(casi)
End If
Next
ColoreTesto 1:Scrivi:Scrivi "Totale casi Trovati con il " & xx & " in " & p & "° Posizione = " & CInt(casi),1
ColoreTesto 0
End Sub