Find string after other string
#1

Example: My nick is So_Ugly.

How do I find "Ugly" string after _?

I tryed:

Code:
new Symbol = strfind(name, "_", true);
new tmp[24] = strtok(name, Symbol);
SendClientMessage(playerid, RED, tmp);
Didn't worked....
Reply


Messages In This Thread
Find string after other string - by !LukniS! - 02.04.2012, 11:20
Re: Find string after other string - by Vince - 02.04.2012, 11:23
Re: Find string after other string - by !LukniS! - 02.04.2012, 11:31
Re: Find string after other string - by AndreT - 02.04.2012, 11:43
Re: Find string after other string - by !LukniS! - 02.04.2012, 12:15

Forum Jump:


Users browsing this thread: 1 Guest(s)