copy array elements to a Vector
1 posts in topic
Flat View  Flat View
TOPIC ACTIONS:
 

Posted By:   rupali_kandarkar
Posted On:   Monday, March 24, 2003 03:01 PM

How do I copy array elements to a Vector?
e.g the list() of File class returns an array. I would like to copy that array to a Vector.

Thanks in advance.

Re: copy array elements to a Vector

Posted By:   Jeanne_Boyarsky  
Posted On:   Monday, March 24, 2003 06:03 PM

I think you have to loop through your array and add each element to the Vector one by one.
About | Sitemap | Contact