Android Question Number format

microbox

Active Member
Licensed User
Longtime User
Hi everyone
I have a data that displays P30000.00 using this code..
lbltotaltuition.Text = "P"&NumberFormat2(Accnts.Get("totaltuition") ,3,2,2,False)
How do I do it P30,000.00 output?

Thanks.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…