Convert to lowercase?
#4

Example code:
pawn Код:
new Test[64] = "AA9909EO";
public OnPlayerConnect(playerid)
{
    for(new i;i<strlen(Test);i++)
    {
    Test[i] = tolower(Test[i]);
    }
SendClientMessage(playerid,-1,Test); // send you a message (aa9909eo)
return 1;
}
Reply


Messages In This Thread
Convert to lowercase? - by Rokzlive - 20.08.2013, 23:04
Re: Convert to lowercase? - by HyDrAtIc - 20.08.2013, 23:06
Re: Convert to lowercase? - by Vince - 20.08.2013, 23:14
Re: Convert to lowercase? - by Aliassassin123456 - 21.08.2013, 04:00

Forum Jump:


Users browsing this thread: 2 Guest(s)