I have an array.
I want to add the values of 6 variables into this array, however I can't find a way to do it.
If I knew the values I'd do it like this
However i don't know the values, but have 6 variables I need to insert into the array.Code:MyArray(i)= New String { ("id"), ("ans1"), ("ans2"), ("ans3"), ("ans4"), ("ans5") }
They are
var1, var2, var3, var4, var5, var6
Pseudocode i've tried for this is
How would I do this?Code:MyArray(i)= New String { (var1), (var2), (var3), (var4), (var5), (var6) }
Any help is greatly appreciated.


LinkBack URL
About LinkBacks




Reply With Quote




Bookmarks