Guest User

Untitled

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while ((inputLine = in.readLine()) != null){
  2. String[] lol = inputLine.split("<td class=\"data_line\" align=\"right\">");
  3.  
  4. if(lol.length > 1){
  5. lol = lol[1].split("</");
  6. valuta.add(lol[0]);
  7. print(lol[0]);
  8. inputLine = in.readLine()
  9. lol = inputLine.split("<td class=\"data_line\" align=\"right\">");
  10. lol = lol[1].split("</");
  11. varde.add(lol[0]);
  12. print(lol[0]);
  13. }
  14. }
Add Comment
Please, Sign In to add comment