Hi,
I have to create a template where an amount is being revealed by counting up from 0 to the amount.
The idea is that users can put the template in the sequencer and then add the amounts they need.
The way to have the numbers count is being done by using Visual Logic.
So basically I have created an animation where a (hidden) quad is being scaled from 0 to 1. I also have a (hidden) textfield where I put in the final amount. I then just multiply the number with the scale of the quad and put the output in another (visible) textfield.
The problem is when I have big numbers I would like to use a separator in between the 1000's.
So 1.234.567.890 is what I'm trying to get but 1234567890 is what I'm getting right now.
I've tried to use scripting to reformat the number but that doesn't work.
Are there any other options to accomplish this?
Thank you,
Kenneth