Page 1 of 1

Insert text at x character point

Posted: Sat Mar 17, 2007 5:04 pm
by GeXus
Say I wanted to insert some text at 150 characters into a string, how would I go about doing this? Thanks!

Posted: Sat Mar 17, 2007 5:13 pm
by GeXus
Nevermind, I've got it.. i just used substr to split the string into two, beginning and end based and inserted the text which worked as needed.