16.05.2014, 04:29
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); } }