J Jorge Feb 3, 2004 #2 Hi The both return a integer but the arguments are diferent. Kind Regards Jorge
J Jay B. Harlow [MVP - Outlook] Feb 3, 2004 #3 Kenneth, In addition to Jorge's comments: Integer.Parse is a Framework function. CInt is a long time VB "intrinsic" function. Integer.Parse will only parse strings, while CInt will convert any type to an Integer, if that conversion is defined. Hope this helps Jay
Kenneth, In addition to Jorge's comments: Integer.Parse is a Framework function. CInt is a long time VB "intrinsic" function. Integer.Parse will only parse strings, while CInt will convert any type to an Integer, if that conversion is defined. Hope this helps Jay