GetValue(data);
#9

pawn Код:
stock GetValue(line[], value[], size = sizeof value)
{
    new del = strfind(line, "=", true) ;
    if(del == -1) return;
    strmid(value, line, del +1, strlen(line), size);
}
Reply


Messages In This Thread
GetValue(data); - by Radius - 15.12.2010, 18:46
Re: GetValue(data); - by Johnny_Xayc - 15.12.2010, 18:58
Re: GetValue(data); - by Radius - 15.12.2010, 19:29
Re: GetValue(data); - by Stepashka - 15.12.2010, 20:04
Re: GetValue(data); - by Radius - 15.12.2010, 21:09
Re: GetValue(data); - by Fro1sha - 16.12.2010, 03:41
Re: GetValue(data); - by Romanius - 16.12.2010, 06:28
Re: GetValue(data); - by Radius - 16.12.2010, 10:12
Re: GetValue(data); - by Maccer - 16.12.2010, 11:49
Re: GetValue(data); - by Radius - 16.12.2010, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)