Hi
I have a login screen that I have created and I have the random questions saved to a table.
I read the data into an array :
Then I wrote a function called GenerateRandomQuestion()
I need to display the random question into my textbox named “Question”.
Can’t figure out what I’m doing wrong - it’s just not working for me.
Code attached.