>Is there a way to expand arrays. Like, I want to put a unknown number of >strings in an array. > >And then "return" the array of Strings in the Method. > >I read one string, and wish to add it to the array without having to >define the amount of Strings in the array previously. > Why don't you use the Vector class? Regards Wim
- Expanding arrays Maarten van Leunen
- Re: Expanding arrays Keith T. Garner
- Re: Expanding arrays Jeffery Eddings
- Re: Expanding arrays Robert Dietrick
- Re: Expanding arrays Christopher Hinds
- Re: Expanding arrays Michael Sinz
- Wim Ceulemans