I know i could write a custom function that does just this, but it feels like this is such a function that should already exist (built in).
So, i simply just want to add spaces to make it easier to read:
1200 would become: 1 200 10000 would become: 10 000 150000 would become: 150 000 etc...
Is there a function to just "pop" in a string/character into another string at a specified position?