Hello! There is a way to get the value of the second line of a clicked item in a listview?
For the first line is simple, like:
How can I do this for the second line?
tnx!
For the first line is simple, like:
B4X:
Sub ListView1_ItemClick (Position As Int, Value As Object)
MyVal = Value
End Sub
How can I do this for the second line?
tnx!