Hello,
I have problem with 2D-array in B4A when I compile this code:
Compiler shows error:
How to fix this? Thanks.
I have problem with 2D-array in B4A when I compile this code:
2D-Array::
Dim s(,) As String
s=Array As String(Array As String("1","2","3"), Array As String("3","4","5"))
Error::
Error description: Cannot cast type: {Type=String,Rank=1, RemoteObject=True} to: {Type=String,Rank=2, RemoteObject=True}