hi to all..
i made an application that copies a string and put it on a textbox using setString,
like textBox.setString(stringName);
but the problem is, everytime i set a string it overwrites the previous string or data on the textBox..
does anyone know how to make it append not overwrite?
tnx a lot..

Reply With Quote

