Loading...
Processing Forum
Recent Topics
All Forums
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
General Discussion
Other
alexpilke..
Make an array of arrays
in
General Discussion
•
Other
•
6 months ago
I have a few arrays for loading strings. How do I make an array of them?
1
Replies(2)
PhiLho
Re: Make an array of arrays
6 months ago
String[][] strings = new String[2][];
String[] a = { "a", "b" };
String[] o = { "1", "2", "3" };
strings[0] = a;
strings[1] = o;
for example...
Leave a comment on PhiLho's reply
alexpilke..
Re: Make an array of arrays
6 months ago
Thanks!
Leave a comment on alexpilkevych's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to alexpilkevych's question
Top
Reply
{"z4085862":[25080000002086789],"z24128639":[25080000002085616,25080000002085621]}
Statistics
2
Replies
221
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
[Solved] Temporary variables
is ArrayList faster than array ?
calling on classes to recognize an ...
Array intersect question
Question regarding image arrays.