Hi (and sorry for the simple questions)
I get a "Cannot cast type: {Type=Double,Rank=1, RemoteObject=True} to: {Type=Double,Rank=0, RemoteObject=True}" on the dHeight = line, but can't see what I'm doing wrong, any help appreciated.
Dave
I get a "Cannot cast type: {Type=Double,Rank=1, RemoteObject=True} to: {Type=Double,Rank=0, RemoteObject=True}" on the dHeight = line, but can't see what I'm doing wrong, any help appreciated.
B4X:
Dim Height(5) as Byte
...
...
...
Dim BC As ByteConverter
Dim dHeight As Double
dHeight = BC.DoublesFromBytes(Height)
Dave