C
chinny03
I have a text file that looks like this:
Baker City
Greenhorn
Haines
Halfway
Huntington
I have a form where the user enters info and I need the values in the text
boxes to be concatenated together with the text file.
For example,
I have the text boxes names (txtBox1, txtBox2, txtBox3) I would need the
file to look like this:
txtBox1 Baker City txtBox2 Baker City txtBox3
I would need this throughout the entire length of the file.
Baker City
Greenhorn
Haines
Halfway
Huntington
I have a form where the user enters info and I need the values in the text
boxes to be concatenated together with the text file.
For example,
I have the text boxes names (txtBox1, txtBox2, txtBox3) I would need the
file to look like this:
txtBox1 Baker City txtBox2 Baker City txtBox3
I would need this throughout the entire length of the file.