Sir,
How to compare the label Text Value on click_Item like
How to compare the label Text Value on click_Item like
B4X:
Sub Spin1_ItemClick (Position As Int, Value As Object)
If Value=someLabel.Text Then
.....
Else
......
End Sub