PUB process(command) case true strcomp(command, string("File")): 'Do File stuff. strcomp(command, string("Edit")): 'Do Edit stuff. strcomp(command, string("Run")): 'Do Run stuff.
Comments
-Phil