Hello, I am having trouble saving large amounts of data.
I have many Multi-Line textboxes that I must Save. I need to save them to a file, and only one file.
I want to use the Print Property if i can.
I have two ways that i could try.

#1

Is there a way to save two lines between each textbox i save IE
Print "---------Start Here----------"
Print text1.text
Print "---------End Here----------"

and then Search for the first set of lines and put anything between them into the first Textbox, and the second pair in the next, ECT.


OR #2

Is there a way to make another textbox, and make it the same as the first but every line is turned into one, but between each line is a special character like  IE

Textbox one:
yo
wuz
Up


texttwo:
yowuzup

And it will save textbox #2, then when you open it, it will open to textbox 2, and anything in textbox 2 will go to textbox one,,, but any  will make anything after go to the next line.

Which way is better? And can anyone help me do it that way?
Thanks.

[Edited by progeix on 03-26-2000 at 07:32 PM]