Text boxes
onclick textbox2->Text = "This is text.";
and that out puts This is text to textbox2, but i need to know how to get the text from textbox1 and then put it into textbox2.
thx for the help
edit: i would also like to know how to put the text info from textbox1 into an array. So if the message was "text file" the first part of the array would be t

