J
Joe
hi. simple question: how can one declare Array (or table) with unknown
number of elements, and then assign values to it, example:
Dim TableStrings() as String
TableStrings(0) = "first value"
TableStrings(1) = "second"
TableStrings(2) = "tird" .... etc
?
number of elements, and then assign values to it, example:
Dim TableStrings() as String
TableStrings(0) = "first value"
TableStrings(1) = "second"
TableStrings(2) = "tird" .... etc
?