strins
#1

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);
         }
     }
}
Reply


Messages In This Thread
strins - by Mic_H - 15.05.2014, 15:27
Re: strins - by BroZeus - 15.05.2014, 15:42
Re: strins - by Mic_H - 15.05.2014, 15:47
Re: strins - by Konstantinos - 15.05.2014, 15:53
Re: strins - by Mic_H - 15.05.2014, 15:55
Re: strins - by Mic_H - 15.05.2014, 15:59
Re: strins - by Mic_H - 16.05.2014, 04:29

Forum Jump:


Users browsing this thread: 1 Guest(s)