D DKHDKH Member Licensed User Mar 20, 2021 #1 I am using B4XPlusMinus but I get a thousand comma (1,234). I would like the number to be displayed as 1500. I have tried something with the formatter but no succes. Does anyone know how I get that comma off? Thanks in advance.
I am using B4XPlusMinus but I get a thousand comma (1,234). I would like the number to be displayed as 1500. I have tried something with the formatter but no succes. Does anyone know how I get that comma off? Thanks in advance.
M Mahares Expert Licensed User Longtime User Mar 20, 2021 #2 DKHDKH said: I have tried something with the formatter but no succes. Click to expand... B4X: B4XPlusMinus.Formatter.GetDefaultFormat.GroupingCharacter="" 'removes the comma in the numbers. Upvote 0
DKHDKH said: I have tried something with the formatter but no succes. Click to expand... B4X: B4XPlusMinus.Formatter.GetDefaultFormat.GroupingCharacter="" 'removes the comma in the numbers.