How to put cents(xxx.00) in dialogbox
#1

Hello, i just wanna ask, how do I put cents in dialogbox? Example i set Phonebook's price in 24/7 30000, it shows up $30000, how do I make it $300.00 instead of $30000, im confused cause it's using %d.
Reply
#2

PHP код:

stock FormatNumber
(integer, const separator[] = ","

    new 
string[16]; 
    
valstr(stringinteger); 
    if(
integer >= 1000
    { 
        for(new 
= (strlen(string) - 3); 0-= 3
        { 
            
strins(stringseparatori); 
        } 
    } 
    return 
string

Not tested but should work.
Reply
#3

After that, what should I do with in CMDetprice?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)