Eseguo il seguente codice:
Stranamente in fase di esecuzione non ottengo nessun errore. come è possibile? Non dovrebbe dare un errore sugli indici dell'array?codice:Dim myArray(3) As String myArray(0) = "ciao" myArray(1) = "salve" myArray(2) = "hola" myArray(3) = "hello"