I'm tryna read info from a .txt file (I've attached pics of my code below):
here Ajax completed
here Loadin' info
My txt file's got a structure like this:
Here'sWrittenAQuestion;
Answer1;
Answer2;
Answer3;
Answer4;
RightAnswer;
|
and so on ('|' - it separates questions, ';' - it separates answers)
(I'm working on a trivia game)
So this method works really great with question from 0 through 9 but when it other nums starts like 11, 12, 13 (double figures) it doesn't work. I've got none.
Could you please help me with this.