B4X:
memtable is list storing array at location Index
Dim StrArr() As List = memtable.get(Index)
lbheading.Text=StrArr(vheading) <-- causes java.lang.RuntimeException: Method: Get not found in: java.lang.Integer
vheading is integer with value 5
What am I doing wrong? how else can we set label.text to item from array in list ?