Thread
:
Trouble inputing data to an Array
View Single Post
Dec 2nd, 2006, 4:01 AM
#
4
Jarod Silverstar
Newbie
Join Date: Dec 2006
Posts: 7
Rep Power:
0
Well, I partly figured it out.
When I do this:
(
Toggle Plain Text
)
outArea.setText(data[0].toString() + data[1].toString());
outArea.setText(data[0].toString() + data[1].toString());
I get my output. But it seems to be that there must be a much better way of doing this.
Jarod Silverstar
View Public Profile
Find More Posts by Jarod Silverstar