I am using the table example with a database. i need to use a field returned from the database as a column header for col2 3 etc. How can i do this to replace the headers? Also there may be more than 4 cols. i will not know in advance. how can i build the string in the array. I tried stringbuilder but that does not work it treats the string as one column
TIA
B4X:
Table1.SetHeader(Array As String("Prod Code", "Description", "Col2", "Col3","Col4"))
TIA