If I want to build a list from an array that has 4 columns and 30 lines i tried the code below but it doesnt work
B4X:
Dim data As List
data.Initialize
data.Add(LineArray)
data.Add(CRLF)