Hi,
I have a Vector full of integers. I want to get the integer at a certain index of the vector, but elementAt() and get() both return type Object, so I have to convert that into a string then use parseInt(). Is there not a cleaner way of doing this?
Thanks,
Jon
I have a Vector full of integers. I want to get the integer at a certain index of the vector, but elementAt() and get() both return type Object, so I have to convert that into a string then use parseInt(). Is there not a cleaner way of doing this?
Thanks,
Jon