GetValue(data);
#2

pawn Код:
stock GetValue(line[], size=25)
{
    new valRes[size];
    valRes[0] = 0;
    if(strfind(line, "=", true) == -1) return valRes;
    strmid(valRes, line, strfind(line, "=", true) +1, strlen(line), sizeof(valRes));
    return valRes;
}
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)