On Tue, Sep 08, 1998 at 05:59:26, Maarten van Leunen said:
> 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 not just use a java.util.Vector?

Keith

-- 
  Keith T. Garner                                       [EMAIL PROTECTED]
  STR Consultant           http://www.str.com/             [EMAIL PROTECTED]
        "Its hard to play pin the tail on the donkey when its running
        around kicking you." -- Illinois Little Lotto radio commercial

Reply via email to