dialog problem with inputtext
#2

you get this error because you cant do "If(inputtext==bla)"
why?
because inputtext[] is a string.
i would do:

Code:
if(strcmp(inputtext, "VIP", 1)==0){ bla}
Reply


Messages In This Thread
dialog problem with inputtext - by legodude - 10.04.2010, 15:33
Re: dialog problem with inputtext - by Cank - 10.04.2010, 15:39
Re: dialog problem with inputtext - by legodude - 10.04.2010, 15:58
Re: dialog problem with inputtext - by Cank - 10.04.2010, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)