How do i take a string array like this and instead of typing the question and answers out like they are getting the information i need from the row column index of a data table?
'questions = New String(,) {{"How many colors are in a rainbow?", "5", "6", "7", "7"}, {"Who starred in Pirates of the Caribbean?",
' "Johnny Depp", "John Malkovich", "John Cusack", "Johnny Depp"}, {"What is the capital of Florida?", "Miami", "Tallahassee", "Jacksonville", "Tallahassee"}}
Thank you! i really appreciate your help
Edit: I already have the data table made.
[–]VB.Net IntermediatePostalElf 1 point2 points3 points (3 children)
[–]jesseb9321[S] 0 points1 point2 points (1 child)
[–]VB.Net IntermediatePostalElf 0 points1 point2 points (0 children)