|
Hi,
To do the casting u have to be sure that the obj is really an Integer Object, otherwise u cant do the casting. I think that your _secondVector contains only string objects, so u cant do the sating from object to Integer, try to do the casting from object to string..Bye.
|