View Single Post
  #2 (permalink)  
Old 08-02-2007, 05:07 PM
henry_78 henry_78 is offline
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
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.
Reply With Quote