Hey guys
i got e question for you
example of my question
"Begin Program Code
dim MainArray() as string {"Array1","Array2"}
dim Array1() as string {"Array1Tes1","Array1Test2"}
dim Array2() as string {"Array2Tes1","Array2Test2"}
cboArrayloading.DataSource = MainArray
lstBox.DataSource = cboArrayLoading.SelectedItem
"End Program Code
"How come that i get an error, i just want to load the data from Array1 or Array2 (depending on which array i selected in my combobox) in the listbox.
I'm sure one of you can give me an answer to my suestion"
i got e question for you
example of my question
"Begin Program Code
dim MainArray() as string {"Array1","Array2"}
dim Array1() as string {"Array1Tes1","Array1Test2"}
dim Array2() as string {"Array2Tes1","Array2Test2"}
cboArrayloading.DataSource = MainArray
lstBox.DataSource = cboArrayLoading.SelectedItem
"End Program Code
"How come that i get an error, i just want to load the data from Array1 or Array2 (depending on which array i selected in my combobox) in the listbox.
I'm sure one of you can give me an answer to my suestion"