ok i have a string and i want to split it up if it is over a certain length, this is so i can write it on separate lines.
Im guessing i can use strlen() to find the length of the string but then what would i use to split it up at that point into separate variables to i can write them on separate lines.
cheers
mike