Hi all,
I get this error: Cannot cast type: {Type=Byte,Rank=0} to: {Type=Byte,Rank=1}
What the difference between a byte rank0 and a byte rank1?
Is there anyone who can help to resolve this? Please... :sign0163: Any help is much appreciated...
I get this error: Cannot cast type: {Type=Byte,Rank=0} to: {Type=Byte,Rank=1}
B4X:
Dim ScratchSTR As String
Dim ScratchByte As Byte
Dim ScratchInt As Int
Dim BConv As ByteConverter
ScratchByte = BConv.StringToBytes(ScratchSTR, "UTF8")
ScratchInt = BConv.IntsFromBytes(ScratchByte)
Is there anyone who can help to resolve this? Please... :sign0163: Any help is much appreciated...