View Single Post
  #7 (permalink)  
Old 01-02-2008, 11:13 PM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 286
roots is on a distinguished road
Code:
for (int j = 25 ; j < 56 ; j = j + 2) // +2 thing .. ?? { char c = data.charAt(j); System.out.println(c); }
You know where i made the changes ..
__________________
dont worry newbie, we got you covered.
Reply With Quote