Numbers showing with commas and does not copy the last value

Hello I am having an issue with my app. A user enters a 12 digit code that corresponds to a game(other app, not mine). This number displays on the user profile screen but I do not like the way it displays.

It shows like this: 123,456,789,123. Ideally it would display like this: 1234 5678 9123

Furthermore it is copyable but it does not copy the last digit. This is the bigger issue. I tried to change the value type to text but I cannot as the app is already in use. Does anyone know why this is happening?

I tried looking through the other topics and found this but it wasn’t of any help to me. Number stored in Text field gets stored with comma?

Thanks for reading and have a great day!

DJ

@anon78309838 Is there a way for me to change the format of the numbers? and to have the last digit be copied?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.