About inputtext
#5

Quote:
Originally Posted by Vince
Посмотреть сообщение
I put this into the string.inc library:
pawn Код:
/*
native strcpy(dest[], const source[], maxlength=sizeof dest);
*/
Function:

pawn Код:
stock strcpy(dest[], const source[], maxlength=sizeof dest)
{
    strcat((dest[0] = EOS, dest), source, maxlength);
}
Use it.
Reply


Messages In This Thread
About inputtext - by Metroplex - 04.11.2014, 09:04
Re: About inputtext - by DavidBilla - 04.11.2014, 09:19
Re: About inputtext - by Metroplex - 04.11.2014, 09:22
Re: About inputtext - by Vince - 04.11.2014, 09:23
Re: About inputtext - by Runn3R - 04.11.2014, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)