Hi,
I have made a table where new data are received every 100 mS.
I add the line to the tabel like this
But when the same "canID" comes next I would like to update the content of the array.
How do I update this row the most efficent way?
Mogens
I have made a table where new data are received every 100 mS.
I add the line to the tabel like this
B4X:
Table1.AddRow(Array As String(canID, "0", "255", "255", "255", "255", "255", "255", "255", "255"))
But when the same "canID" comes next I would like to update the content of the array.
How do I update this row the most efficent way?
Mogens