hi..
How can I reverse this process?
B4X:
Sub Clv1_ItemClick (Index As Int, Value As Object)
Log("index = "&Index)
End Sub
when i click the first line
index = 0
when i click the last line
index =4
How can I reverse this process?
when i click the first line
index = 4 ---->>???
when i click the last line
index =0 ---->>???