Everything,
I come from java and php world, so this can be a factor. But I have a problem with:
printf("%s\n",data[0]); if(data[0] == "BG01") { printf("%s\n",otherstring); }
The problem is that the first printf returns to the "BG01" console, but for some reason the IF condition does not pick it up, and the second printf will never be executed.
What is wrong with this image?
Thank u
source share