I have two pieces of data, and one textbox. When one of the pieces of data is in the textbox, and I need to be able to add them both together and put them in the text box. Vice Versa for the other.

The data are:

Astart is a string (data)
Bstart is a string (data)
txtTabWrite is the text box

What is the code to do this?