I am making an iPhone app in which there is functionality that copies text from a field where a user pasted it in and then later pulls that text and puts it into different fields to be printed as a PDF page.
That information is kind of irrelevant but my real question is
"How can I have text that is put into a field with, lets say a character limit of 240, and then have the rest of the text be put into another field dynamically?"
Any help would be greatly appreciated.
-Christian
Continuing text to another field after it's full
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 44
- Joined: Tue Jul 12, 2011 7:43 pm
Re: Continuing text to another field after it's full
Christian...
Have attached a stack... It might help
Dixie
Have attached a stack... It might help
Dixie
- Attachments
-
- splitText.livecode.zip
- (1.36 KiB) Downloaded 151 times
-
- Posts: 44
- Joined: Tue Jul 12, 2011 7:43 pm
Re: Continuing text to another field after it's full
That is exactly what I needed, thanks so much!