Convert string [] to a int
in
Programming Questions
•
2 years ago
Hey all, here is the code,
- String url = "test.php";
- String [] ts = loadStrings(url);
- println(ts); // this prints a number in this syntax : [0] "10"
how would I go about getting that number in the ts string[] and using that as an int?
Many thanks, Harrison.
1