I have created a Vector that contains an unknown number of instances of a list containing Strings and int. I want to create a loop and remove the Strings from the vector, putting each into a SQL query. But I dont have a clue on how to loop a Vector in this way.




Reply With Quote