strins
#7

For anyone who might come accross like this thing in future. This is how I fixed it. rep+ for both who tried to help.. Much love
Код:
            for(new i=0; i<=14; i++)
			{
			    if(strfind(data, ",,",true)!=-1)
			    {
			        s_Cnt=strfind(data, ",,",true);
			        new S_Size;
					S_Size=strlen(data)+10;
					new MSG_Splitter[200];
					strmid(MSG_Splitter, data, 0, s_Cnt+1);
					strdel(data, 0, s_Cnt+1);
					format(data, S_Size, "%sNo_Info%s", MSG_Splitter, 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: 4 Guest(s)