commas
#1

Hello there,

I want to add comma's to the biz price (ex: $1000000 > $1,000,000)
please someone set it to the code, i tried almost all stuff myself but i failed in it...

This is its code

PHP код:
        if(BizInfo[business][bOwned] == 0)
        {
            new 
pricestring[32];
            new 
price BizInfo[business][bValue];
            new 
valstr(pricestring,price);
            while(
>= 4) { -= 3strins(pricestring,",",j); }
            
strins(pricestring,"$",0);
            
format(stringsizeof(string), "%s\nStatus: For Sale\nPrice: %s",BizInfo[business][bName],pricestring); 
Reply


Messages In This Thread
commas - by BadJih - 22.06.2018, 02:21
Re: commas - by Verc - 22.06.2018, 04:13

Forum Jump:


Users browsing this thread: 1 Guest(s)