Hi,
I need to split a long number in this way:

All numbers have the same length and need to be split in the same way.
first number: first 4 characters
second number: following 5 characters
etc.
Can someone explain how to do it?
Thanks a lot for your help.