let me see if i can get this expressed clearly...

i want my progrom to provide responses based on answers typed into a text box...

so far, it works using the "if then" statements... for example... i want my program to do this... when the user types in the text box...

user: hello

program: "hello" or "hi" or "hey"

i only want it to give one of those responses, randomly... it works for the most part except i can't get it to give random answers from a predetermined list... can anyone help...