16.05.2013, 08:57
Hello,
I have to split numbers on a way like this;
When I have a number like 1223
I want to split it so I get , 122 and 3
But also when I have 32032 as number, it should become 3203 and 2.
Or 10 should become 1 and 0.
Is there a easy way to do this?
Or should i write a function for it.
I have to split numbers on a way like this;
When I have a number like 1223
I want to split it so I get , 122 and 3
But also when I have 32032 as number, it should become 3203 and 2.
Or 10 should become 1 and 0.
Is there a easy way to do this?
Or should i write a function for it.