Hi,
How to populate the cells in B4X Table from a generated array or list?
I have created a list named "op" containing string type data.
When I use
I get the error:
How to populate the cells in B4X Table from a generated array or list?
I have created a list named "op" containing string type data.
When I use
B4X:
B4XTable1.SetData(op)
B4X:
java.lang.ClassCastException: java.lang.String cannot be cast to [Ljava.lang.Object;
Last edited: