[Ajuda] warning "split"
#3

apenas apaga isto do seu codigo:

PHP код:
split(const strsrc[], strdest[][], delimiter

    new 
ili,aNum,len
    while(
<= strlen(strsrc)) 
    { 
        if(
strsrc[i]==delimiter || i==strlen(strsrc)) 
        { 
            
len strmid(strdest[aNum], strsrclii128); 
            
strdest[aNum][len] = 0
            
li i+1
            
aNum++; 
        } 
        
i++; 
    } 
    return 
aNum

pois nao esta a ser usado em lado algum, apos isso o warning some.
Reply


Messages In This Thread
warning "split" - by F1N4L - 16.05.2015, 01:44
Re: warning "split" - by Petrick™ - 16.05.2015, 06:31
Re: warning "split" - by PT - 16.05.2015, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)