Android Question Extract number from list

Tony.

Member
I have a list of numbers in label1 [7,2,9,5]. How do I take the first number in the list and compare it to the IF statement? For example

B4X:
If numbers.get(0) = 7 Then
    ........
End If

I hope I have explained myself
 
Top