Dear All,
I am trying to store a structure in an array variable. Following is the line:
Dim pfb As String = struControltyp.Value("ActualPos")
When I check the datatype of struControltyp.Value("ActualPos").DataType.ToString then it returns Single to me.
But currently I am getting the following values in my pfb variable: 500;0;0;0.
Is there a way to stuff these values in a array variable so that I can use them in my forms controls?
Thanks!!