I am looking for a suitable solution for separating amount numbers, putting a comma in between every three numbers...
All the topics written on this topic are either old or not clear for me.
I would be grateful if you would give me a link or explain to me a clear way to add a comma in between every three numbers.
Thanks
See here, i think the blocks are completely clear
Obviously, I don’t quite understand what you are talking about here. To me it looks like it’s a simple thousand separator, something like this: If not, maybe someone would be kind enough to explain this to an old woman who might be clueless.
1 Like
TIMAI2
September 17, 2020, 6:21pm
3
Do you have one very long number e.g.
123456789876543210
or
123 456 789 876 543 210
Will they always be in threes or will there be leftovers, if so how do you want these handled ?
ABG
September 17, 2020, 8:32pm
4
This looks like a job for the Thousandizer!
Thousandizer.aia (2.6 KB)
2 Likes
Hi
Thanks for your reply.
I want to use comma separator for currency amount for a maximum of 10 digit.
Anke
September 18, 2020, 7:25am
6
That's all you need to do:
2 Likes
It seems an easy solution as you always give a straightforward solution.
But I could not find The command :
Call textUtils1 formatThousandSeparator ????
Anke
September 18, 2020, 11:38am
8
You need to import the extension and drag it onto the screen in the Designer.
What, now if I want to add an extension, I just drag and drop it on my project screen?
can u give the link to this TextUtils1 for app inventor
That link says the page does not exist. Anyways, I have managed to get it. Thank you for ur response.
1 Like
Anke
September 18, 2020, 4:22pm
14
Thanks for the hint. I corrected the link.
system
Closed
September 25, 2020, 4:28pm
15
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.