G
Guest
Hello
I messaged before about arrays and got help and example off Cor. Here it is
Dim myArray As New ArrayLis
myArray.Add("Peugeot"
myArray.Add("Ferari"
myArray.Add("Fiat"
myArray.Add("Renault"
myArray.RemoveAt(0
myArray.Insert(1, "Mercedes"
myArray.Clear(
I want to ask how i can loop through an arraylist so i can get these values into another control
I tried this but it gets error
Private CarArray as new ArrayLis
Private Index as intege
Button1_Onclick..................................................
CarArray.add(Index, Textbox1.Text
Index = Index +
why can i not do this coding
thank yo
I messaged before about arrays and got help and example off Cor. Here it is
Dim myArray As New ArrayLis
myArray.Add("Peugeot"
myArray.Add("Ferari"
myArray.Add("Fiat"
myArray.Add("Renault"
myArray.RemoveAt(0
myArray.Insert(1, "Mercedes"
myArray.Clear(
I want to ask how i can loop through an arraylist so i can get these values into another control
I tried this but it gets error
Private CarArray as new ArrayLis
Private Index as intege
Button1_Onclick..................................................
CarArray.add(Index, Textbox1.Text
Index = Index +
why can i not do this coding
thank yo