hi,
if i have this kind of string list: String num_list="1,2,5,3,4,6";
how can i make it in array? arraynum[100]=[1 , 2 , 5 , 3 , 4 , 6]

See the API docs for the String class and its split method.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.