Guest User

Untitled

a guest
Jun 22nd, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. sess.gotoLine("<h2>Confirmed Tickets");
  2.  
  3. String line = sess.readLine();
  4. int idx1 = line.indexOf("/") + 1;
  5. int idx2 = line.indexOf(")");
  6. String totalSignups = line.substring(idx1, idx2);
Add Comment
Please, Sign In to add comment