ralphtrent
Programmer
Hi
If I want to take a string that is large lets say 410 characters. A database char field can only hold 255. how can I split up the string by 255. The split command will not work because you need a dealimiter. I do not want to go by a dealimiter but by number of charaters. Any help is greatly apprecitated.
If I want to take a string that is large lets say 410 characters. A database char field can only hold 255. how can I split up the string by 255. The split command will not work because you need a dealimiter. I do not want to go by a dealimiter but by number of charaters. Any help is greatly apprecitated.