Can I get a method to parse a string eg: {"apple","fruit"} and put the elements in a two D array.
-
Yes, you can. Yes, you can. Yes, you can.Sid– Sid2011-02-03 06:04:18 +00:00Commented Feb 3, 2011 at 6:04
-
Umm ... how do you put the elements of a list into a 2D array?Stephen C– Stephen C2011-02-03 06:12:35 +00:00Commented Feb 3, 2011 at 6:12
-
What are you trying to parse here? Are you just trying to get each character of the strings in your first array, into a 2-d array?Varun Madiath– Varun Madiath2011-02-03 06:14:56 +00:00Commented Feb 3, 2011 at 6:14
-
yes getting the first and second names to put in a 2-D array.mohammedsuhail– mohammedsuhail2011-02-03 06:36:51 +00:00Commented Feb 3, 2011 at 6:36
Add a comment
|