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
MyArray(i)= New String { ("id"), ("ans1"), ("ans2"), ("ans3"), ("ans4"), ("ans5") }
However i don't know the values, but have 6...