im thining of making a command promt type program and i was wondering how do i compair a line the user just entered with a list of commands set into the program? id asume is something like
Code:
if richtextbox1.line = bob then
DO THIS![code=vb] also if i did do that how could i set like a list of commands so i didnt have to set up an if equal for each command, just have like a list and it searchs the list.