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