Code: Select all
if ((Arg1[0]==0) || (Arg2[0]==0) || ((!strnicmp(Arg1,"down",strlen(Arg1))) && (!strnicmp(Arg1,"up",strlen(Arg1))))) {Code: Select all
if ((Arg1[0]==0) || (Arg2[0]==0) || (strnicmp(Arg1,"down",strlen(Arg1)) && strnicmp(Arg1,"up",strlen(Arg1)))) {