B
Ben
Hi
I have a string which is at least 4 characters but can be more which I need
to pad, with zeros, to a full length of 15 after the 3rd charactor.
Eg '1234' to '123000000000004'
How can I do this?
Also how can I truncate this back to 4 or however many charactors (e.g.
123000000000400 = 123400)
Any help will be much appreciated
Thanks
B
I have a string which is at least 4 characters but can be more which I need
to pad, with zeros, to a full length of 15 after the 3rd charactor.
Eg '1234' to '123000000000004'
How can I do this?
Also how can I truncate this back to 4 or however many charactors (e.g.
123000000000400 = 123400)
Any help will be much appreciated
Thanks
B