|
-
Jan 15th, 2000, 11:43 PM
#1
Okay, I want to save each line of a textbox as a string. For example, pretend that the text below is in a textbox.
*******************************************
Hello
This
is
a
textbox!
*******************************************
When I press the button, I want to save each line as a seperate string, so when I save it, the file would look like this:
"Hello","this","is","a","texbox1"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|