I couldn't really find what i was looking for.
I have some values stored in variables that should be shown in text objects. these are pretty high numbers.
Examples of things i want to do:
Format the values
25700000 to ----> 25,700,000 and 25,7 million
267300 ti 267,000 or 267 thousand.
I'm quite amazed that Construct still doesn't have any built in support for handling and displaying values in a good way. Usually Requires very complex expressions to get it right.
Anyone have any good example or formula for displaying integers with commas for every 3 digit?
1,000 to 1,000,000,000 or higher?