Quote:
Originally Posted by agraham
Wrong! There is a lot more information there. It shows how important it is to describe exactly and in detail rather than just saying an exception occurred.
|
Sorry you are right, I think I was just to eager to get started...
I started again from scratch
Code:
Sub Globals
Dim data(0)
End Sub
Sub App_Start
Form1.Show
End Sub
Sub Button1_Click
HTCGSensor.New1
data() = HTCGSensor.GetRawSensorData
Msgbox(ArrayLen(data()))
End Sub
Error message is :
An error occured on sub button1_click
Line number : 15
data() = HTCGSensor.GetRawSensorData
Error description :
NotSupportedException