how can i search a string and return the value between 2 values?
example:I want to populate an input box with the value between \n\nC - and \n\nD. How can i do that? what i'm doing is using 5 input boxes, 1 to show the question and 4 to show the answers and letting the user edit test files. i was using excel for this but i wanted to make it easier. i didnt want the user to have to deal with the Scripting code, only the questions and answers.Code:question_list [1] = "What's between 4 and 6?\n\nA - 1.\n\nB - 3.\n\nC - 5.\n\nD - 7.";
any suggestions?
chris

