Help Please
#9

Yer i seem to have got the understanding of mysql,but now i have forgotten how to use pawno

Nero,in case you where wondering what 'strmatch' was used for.....
Code:
stock strmatch(const String1[], const String2[]){
	if ((strcmp(String1, String2, true, strlen(String2)) == 0) && (strlen(String2) == strlen(String1))){
		return true;}
	else{
		return false;}}
it is surposed to check 2 string to see if they match(i think anyways,but doesnt work very well for me,but thats just me)
Reply


Messages In This Thread
Help Please - by fubar - 22.12.2011, 21:20
Re: Help Please - by kizla - 22.12.2011, 21:28
Re: Help Please - by fubar - 22.12.2011, 21:42
Re: Help Please - by fubar - 30.12.2011, 00:26
AW: Help Please - by Nero_3D - 30.12.2011, 01:49
Re: Help Please - by Guest9328472398472 - 30.12.2011, 03:20
Re: Help Please - by fubar - 30.12.2011, 09:46
Re: Help Please - by Guest9328472398472 - 30.12.2011, 16:10
Re: Help Please - by fubar - 30.12.2011, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)