Make a space all 3 digits (Help wanted)

Hello,

For my game, I would like to create a procedure that puts a space every 3 digits (for displaying money) in order to make it more readable.
image
I haven’t started yet to look at how I might do it, but I’d like to know if you have any ideas to do it.

Thanks !

Use the “split text” and “for each number from m to n” blocks.

1 Like

Thanks I’ll do that I’ll save time

I’m not very good at this, and I can’t do this.
Here is what I started, the problem is that I am limited by the number of blocks that can be used in this procedure :

Here is the aia :
Makeroid.aia (3,8 Ko)

@Franck_G28 Here’s a solution tested to work for any integer.

6 Likes

I’ll try that, thank you very much!
I would never have done that!

1 Like

Thank you so much!
I didn’t understand much, but it’s working perfectly.
I’ll give you credits in the application

3 Likes

Mm not really… It adds a space every three characters from the end of any string.

1 Like

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