15.05.2014, 15:27
Sorry if its a foolish mistake..
Код:
public Response(index, response_code, data[])
{
if(response_code == 200)
{
if(data[0]=='s')
{
new NILLV[6]= "NoInf";
for(new i=0; i<=strlen(data); i++)
{
if(data[i]==','&&data[i+1]==',')
{
printf("%i", i);
strins(data,NILLV,i,strlen(data)+9);//stops Here
}
}
print(data);
}
}
}

