Raised This Month: $12 Target: $400
 3% 

ExplodeString( p_szOutput[][], p_nMax, p_nSize, p_szInput[], p_szDelimiter )


Post New Thread Reply   
 
Thread Tools Display Modes
[kirk]./musick`
Senior Member
Join Date: Jun 2007
Location: Tampa, Florida
Old 01-13-2008 , 16:21   Re: ExplodeString( p_szOutput[][], p_nMax, p_nSize, p_szInput[], p_szDelimiter )
Reply With Quote #11

Quote:
Originally Posted by Emp` View Post
Code:
stock ExplodeString( Output[][], Max, Size, Input[], Delimiter )
{
    new Idx, l = strlen(Input), Len;
    do Len += (1 + copyc( Output[Idx], Size, Input[Len], Delimiter ));
    while( (Len < l) && (++Idx < Max) )
    return Idx;
}
That looks so much greater than the original
[kirk]./musick` is offline
Send a message via AIM to [kirk]./musick`
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode