Thread: Array issues
View Single Post
  #1 (permalink)  
Old 10-07-2008, 11:48 AM
joka22 joka22 is offline
Member
 
Join Date: Oct 2008
Posts: 3
joka22 is on a distinguished road
Array issues
Hi everybody,
I'm first time on that forum. I have a question.
Let's say I have an array

Code:
String[] msgs; System.out.println("posx1 = " + msgs[0]); System.out.println("posx2 = " + msgs[1]);
I got the following message:

MSG(TAG): tagid=10, posx=83, posy=55
MSG(TAG): tagid=11, posx=22, posy=12

How can I get just the number for posx and posy from that array? Any idea?
Reply With Quote
Sponsored Links