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()
'Script By Joe
Dim Ini,Fin,Es,E,R,P
Ini = 8162-8 : Fin = 8162
For Es = Ini To Fin
Call AvanzamentoElab(Ini,Fin,Es)
Scrivi FormatSpace(IndiceAnnuale(Es),3,True) & "-",0,0
Scrivi DataEstrazione(Es,,,"/") & Chr(9),0,0
For R = 1 To 12 : If R = 11 Then R = 12
For P = 1 To 5
E = Estratto(Es,R,P)
Scrivi FormatSpace(E,2,True)& Space(1),0,0
Next
Scrivi Space(2),0,0
Next
Scrivi
If ScriptInterrotto Then Exit For
Next
End Sub
Sub Main()
'Script By Joe
Dim Ini,Fin,Es,E,R,P
Ini = 8162-8 : Fin = 8162
For Es = Ini To Fin
Call AvanzamentoElab(Ini,Fin,Es)
Scrivi FormatSpace(IndiceAnnuale(Es),3,True),0,0
'Scrivi FormatSpace(IndiceAnnuale(Es),3,True) & "-",0,0
'Scrivi DataEstrazione(Es,,,"/") & Chr(9),0,0
Scrivi DataEstrazione(Es,,,"/"),0,0
For R = 1 To 12
If R = 11 Then R = 12
For P = 1 To 5
E = Estratto(Es,R,P)
Scrivi FormatSpace(E,2,True),0,0
'Scrivi FormatSpace(E,2,True)& Space(1),0,0
Next
'Scrivi Space(2),0,0
Next
Scrivi
If ScriptInterrotto Then Exit For
Next
End Sub