Thread
:
String Variable
View Single Post
#
2
(
permalink
)
06-06-2007, 05:30 AM
Marcus
Member
Join Date: Jun 2007
Posts: 92
RE: String Variable
You have to consult to the data base, save everything in arraylist and later to turn from arraylist to an Array of strings, here is the example:
Code:
ArrayList al = new ArrayList(); String[] v = (String[])al.toArray(new String[1]);
Marcus
Marcus
View Public Profile
Send a private message to Marcus
Find all posts by Marcus