Hi, I've used a vector to collect information for a program. I want to convert the vector to an array, but can't think of how to do that. So, How do you convert a vector into an array? TIA. kevin
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Object[] myArray = myVector.toArray();
"JavaRanch, where the deer and the Certified play" - David O'Meara