Public Class Form1 Dim Numeros(9) As Integer Dim Pocision As Integer Dim recorrido As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If Pocision <= 9 Then Numeros(posicion) = Val(Numero.text) Label7.Text = Numeros(Posicion) posicion = posicion + 1 Else MsgBox("Esta Lleno") End If Label7.Text = Numeros(Posicion) End Sub End Class