Guest User

Untitled

a guest
Nov 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //this will return you the content of your TextField
  2. String content = textField.getText();
  3.  
  4. //this will fill your array and use the "," as the seperator.
  5. String[] array = content.split(",")
Add Comment
Please, Sign In to add comment