Xtreme
01-19-2001, 10:39 AM
I am doing a quiz game for a club that i am in. My plan would be to have a program that would read a text file into an array with each part of the array being a question enclosed in *Question one example*. then i could just read it back on the sreeen like:
Do until last part of the array
a =a + 1
Label1 = Array_Of_Questions(a)
Loop
Ohh and i would like to make it so that anyone could open up the text array and edit it with more questions and so that my program could adjust accordingly.
If anyone could give me an example of how to do this or how to do a part of it i would really appreciate it.
Thanks
Do until last part of the array
a =a + 1
Label1 = Array_Of_Questions(a)
Loop
Ohh and i would like to make it so that anyone could open up the text array and edit it with more questions and so that my program could adjust accordingly.
If anyone could give me an example of how to do this or how to do a part of it i would really appreciate it.
Thanks