Greetings all,
I'm working on a program that allows a user to enter notes in a
multiline textbox. I would like to be able to read the contents of
the textbox (as records - one per line) and store in an array then a
file.
Perhaps this is the wrong control to use as there seems no way of
referencing each line of the text box.
Therefore my question is this: What is the best control to use that
will allow a user to enter one of more lines of text in a form then
write away to a file afterwards.
Apologies if this is a noddy question - too long using VAX-BASIC. :-)
Dave.
I'm working on a program that allows a user to enter notes in a
multiline textbox. I would like to be able to read the contents of
the textbox (as records - one per line) and store in an array then a
file.
Perhaps this is the wrong control to use as there seems no way of
referencing each line of the text box.
Therefore my question is this: What is the best control to use that
will allow a user to enter one of more lines of text in a form then
write away to a file afterwards.
Apologies if this is a noddy question - too long using VAX-BASIC. :-)
Dave.
Comment