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.
Option Explicit
Sub Main
Dim k
Dim Classe
Dim aCol
ReDim aNum(90)
Dim i
Dim nSorte,Fine,QuantitaNumeriScelti
Dim ColTot
Dim contatore
contatore = 1
ReDim aNum(0)
QuantitaNumeriScelti = ScegliNumeri(aNum)
Classe = 2
ColTot = InitSviluppoIntegrale(aNum,Classe)
If ColTot > 0 Then
Do While GetCombSviluppo(aCol) = True
Call Scrivi(StringaNumeri(aCol))
'Else
Call Messaggio("Colonna " & i)
Loop
End If
Call Scrivi
Call Scrivi(" Tempo trascorso: " & TempoTrascorso)
End Sub
Option Explicit
Sub Main
Dim L,N,X,Y
L = InputBox ("Esempio : 1-3-5-7-8", "INSERISCI NUMERETTI", "1-3-5-7-8")
N = Split("0-" & L,"-")
Scrivi StringaNumeri(N,"-",True) & Space(3),True, False
For X = 1 To UBound(N)
For Y = 1 To UBound(N)
Scrivi Format2 ( Fuori90(N(X) & N(Y))) & " ",False,False
Next
Next
Scrivi ""
End Sub