Definition of an array of lists

  • Thread starter Thread starter Head_one
  • Start date Start date
H

Head_one

Guest
Hello everyone,

I have a very basic question.

I need an array of 8 elements, made of lists of strings.


Dim My_list As New List(Of String)


1. How do I define an array of such 8 lists?

2. How do I fill List3, for example with elements?

I guess: My_list(3).add(“abc”) Am I right?

I prefer it without classes.


Thanks to all helpers,

Moshe.


All things are difficult before they are easy. (unknown)

Continue reading...
 
Back
Top