K
Kirk Bay
I'm trying to build an app that populates a word form. The problem
I've got is when the user types more data than the field will hold, I
need to take the excess and dump it onto a continuation page. The
string I'm dealing with is an undetermined length and can have several
carriage returns in it. Each line can be 75 characters long, so my
thinking was to go through the string until I get to a CR or the first
space before 75 characters and call that a line and put in a CR if
necessary.
Any thoughts on the best way to do this. I thought I had all laid out
in my mind, but you now how that goes.
Thanks
Kirk
I've got is when the user types more data than the field will hold, I
need to take the excess and dump it onto a continuation page. The
string I'm dealing with is an undetermined length and can have several
carriage returns in it. Each line can be 75 characters long, so my
thinking was to go through the string until I get to a CR or the first
space before 75 characters and call that a line and put in a CR if
necessary.
Any thoughts on the best way to do this. I thought I had all laid out
in my mind, but you now how that goes.
Thanks
Kirk