Need help with this.
#2

Hmm try to use strfind..

Код:
 if(strfind(str,Gpd) != -1)
or just change your to this

Код:
 if(strcmp(str, Gpd, false) == 0)
Reply


Messages In This Thread
Need help with this. - by ACI - 31.07.2013, 08:08
Re: Need help with this. - by dEcooR - 31.07.2013, 08:25

Forum Jump:


Users browsing this thread: 1 Guest(s)