Time: 2008-12-04, 07:42pm
Please
login or
register to post a reply.
|
|
| Subject: java n00b hoping for a quick response · Posted: 2006-11-07, 04:52am |
|
|
|
Rank: ? (4)
Member #: 26601
|
first time coding in java and looking for a little guidance
I'm trying to write a function to apend to a 2-d array
so i have an array theat is 5x5; i want to make it 5x6 and append the new info.....
how would i do this?
|
|
|
| Subject: Re: java n00b hoping for a quick response · Posted: 2007-05-02, 12:04pm |
|
|
|
Rank: ? (142)
Member #: 6881
|
You have to create a new array and then copy all the info into...or you could just use a list.
|
Pages: 1
Please
login or
register to post a reply.