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.
'T.R.E. V.1.0 Tabella Radicali Estratti nelle Quartine. Script By Joe.
Sub Main
SetComportamentoACapo True
Dim RD(32)
For N = 1 To 8
K = K + 1 : RD(K) = N : K = K + 1 : RD(K) = 10 * N
K = K + 1 : RD(K) = 10 * N + N : K = K + 1 : RD(K) = Vert(RD(K - 1))
Next
Ru = ScegliRuota
Scrivi FormatSpace(NomeRuota(Ru),11) & "| ",1,0
For N = 1 To 8 : Scrivi "Radicale " & N & " | ",1,0 :Next
Scrivi ".. Estratti ..",1,0 : Scrivi
For Es = EstrazioneFin - 46 To EstrazioneFin
Scrivi DataEstrazione(es) & " |",1,0
For X = 1 To K : PR = 0
For P = 1 To 5 : E = Estratto(Es,Ru,P)
If E = RD(X) Then Scrivi Format2(E) & " ",1,0 : PR = 1
Next
If Pr = 0 Then Scrivi ".. ",0,0
If X/4 = Int(X/4) Then Scrivi "|",1,0
Next
Scrivi " " & StringaEstratti(Es,Ru)
Next
ColoreTesto 2 : Scrivi String(117," ") & "Script By Joe",1,1 : ColoreTesto 0
End Sub