Raised This Month: $ Target: $400
 0% 

IntToMoney


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Nican
Veteran Member
Join Date: Jan 2006
Location: NY
Old 09-04-2007 , 21:00   Re: IntToMoney
Reply With Quote #7

:O!!!!

if you look into string.inc, you will find:
PHP Code:
/**
 * Concatenates one string onto another.
 *
 * @param buffer        String to append to.
 * @param maxlength        Maximum length of entire buffer.
 * @param source        Source string to concatenate.
 * @return                Number of bytes written.
 */
stock StrCat(String:buffer[], maxlength, const String:source[])
{
    new 
len strlen(buffer);
    if (
len >= maxlength)
    {
        return 
0;
    }
    
    return 
Format(buffer[len], maxlength-len"%s"source);


__________________
http://www.nican132.com
I require reputation!
Nican is offline
Send a message via ICQ to Nican Send a message via MSN to Nican
 



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 18:57.


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