04.05.2011, 16:04
don't use "strval(tmp)" for that..
strval returns a value / number / integer (1, 2, 3, 4, ................., 10450239 - ya know?^^)...
use:
if(!strcmp(tmp, "f", true)) << set it to "false" if you want it to detect "f" only and not "f" and "F"
hope that helped^^
This forum requires that you wait 120 seconds between posts. Please try again in 26 seconds.
strval returns a value / number / integer (1, 2, 3, 4, ................., 10450239 - ya know?^^)...
use:
if(!strcmp(tmp, "f", true)) << set it to "false" if you want it to detect "f" only and not "f" and "F"
hope that helped^^
This forum requires that you wait 120 seconds between posts. Please try again in 26 seconds.