So, I'm having to collect various pieces of information that are separate in some areas and combined in one other. The combined information has to be split up if the length is longer than 70. So, if the combined string is 80 characters, I need to split into a 70 and a 10. If the combined string is 150 characters I need to split it into 2 70 character strings and a 10.
Any suggestions?
Thanks!
Les
Any suggestions?
Thanks!
Les