I'm working on a quiz game and I would like to randomize the sequence of possible answers, since I have different text box's I can check the text box's number against the input. Likewise if I check the string in the text box against the answer string I can do away with any need for static positioning.
Is it possible to read (and compare) the string in a text box?