-
Adding commas using a slider
Hello, I need help adding commas using a slider.
Here is an example:
t = 123456 (This is the number counter using the slider)
c = Slider value for adding commas.If c = 1, the output should be 12345,6.
If c = 2, the output should be 1234,56.
If c = 3, the output should be 123,456,
and so on…Is there anyone who can help or perhaps suggest a more efficient solution?