Welcome to the forum, avolkmar! :cool:

String comparisons in C are done with the strcmp(string1, string2) function. Include the header file <string.h> to use it. The return from strcmp() works...