19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
Public Sub Txt_Change() If Not IsFloat(txt.text) Then Txt.text = "" Else If txt.text <> "" y = CFloat(txt.Text) Endif EndifEnd
il tutto doveva servire a limitare l'accesso alle text ai soli numeri e il puntino....