Skip to Content
0
Former Member
Jun 02, 2008 at 12:55 PM

Return??

19 Views

Hello!

I have a problem: I have in my method()

String t = results[2];

String d = results[0];

with return t + d;

And I want to import it to other method1(). How can I do that??

Thanks!!