Casting Problem Urgent plz
Hi,
My prog was working well and progressing a bit more every day, but today I open the project compile it and it doesn't work anymore, after hours of search I finally find where it is blocking.
IDac = data
IDac is a integer and data a string, it was working fine, and data is containing a number (like "3" or "12").
Even if it was working before I tryed to change the method and convert the data :
IDac = CInt(data)
But it's still blocking there :/
Can someone can help me please ?? Maybe a setting in Visual Studio has been desactivated ?
Thanks for your help