08.05.2009, 19:02
There's question like:
Bla-bla-blah?
And then answers:
a)bla
b)blah
c)blabla
And correct ones are lets say a and c
But if player writes c,a or c, a (with spaces) then those would be true too.
And i really see no point of doing:
And so...
I hope u understand now.
Bla-bla-blah?
And then answers:
a)bla
b)blah
c)blabla
And correct ones are lets say a and c
But if player writes c,a or c, a (with spaces) then those would be true too.
And i really see no point of doing:
Код:
if(!strcmp(text , "a,c", true)) if(!strcmp(text , "c,a", true)) if(!strcmp(text , "a ,c", true)) if(!strcmp(text , " a,c", true)) if(!strcmp(text , "a , c", true)) if(!strcmp(text , " a, c", true))
I hope u understand now.

