can you dynamically change the size of an array? For example if you create an array and store 5 values in it, and then want to add 3 more values... can you do that?
Pat Barrett
Ranch Hand
Joined: Jan 03, 2001
Posts: 63
posted
0
Hello, The short answer is no, but you can get that type of behavior by using an ArrayList or a Vector. hth. Pat B.