10.04.2010, 15:39
you get this error because you cant do "If(inputtext==bla)"
why?
because inputtext[] is a string.
i would do:
why?
because inputtext[] is a string.
i would do:
Code:
if(strcmp(inputtext, "VIP", 1)==0){ bla}