R rivelino1978 New Member Licensed User Longtime User Sep 30, 2011 #1 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
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
K kickaha Well-Known Member Licensed User Longtime User Sep 30, 2011 #2 You need to use NumberFormat2 (Number As Double, MinimumIntegers As Int, MaximumFractions As Int, MinimumFractions As Int, GroupingUsed As Boolean) As String Click to expand... Upvote 0
You need to use NumberFormat2 (Number As Double, MinimumIntegers As Int, MaximumFractions As Int, MinimumFractions As Int, GroupingUsed As Boolean) As String Click to expand...
R rivelino1978 New Member Licensed User Longtime User Sep 30, 2011 #3 kickaha said: You need to use Click to expand... Thanks kickaha...i will try to insert that command.... Upvote 0
kickaha said: You need to use Click to expand... Thanks kickaha...i will try to insert that command....