Dim iContatore As Integer
Dim nCifre As Integer
iContatore = 10
nCifre = Int(Log(iContat ore) / Log(10))
Debug.Print nCifre
It gives me '0' instead of '1'. WHY??
Dim nCifre As Integer
iContatore = 10
nCifre = Int(Log(iContat ore) / Log(10))
Debug.Print nCifre
It gives me '0' instead of '1'. WHY??
Comment