WTA: How to separate the number

rivelino1978

New Member
Licensed User
Longtime User
Hi..i am new and just a couple days trying basic4android

i've just made my first app, it is about calculating loan


example
the result of my calculation is 10000000
I want to make the result as 10,000,000 or 10.000.000 (indonesian digit grouping)

The question is how to separate the result number, what command i should type?

Thanks anyway
 

kickaha

Well-Known Member
Licensed User
Longtime User
You need to use
NumberFormat2 (Number As Double, MinimumIntegers As Int, MaximumFractions As Int, MinimumFractions As Int, GroupingUsed As Boolean) As String
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…