I have been reading over how to Iterate views
As a test, I am using this
I thought I would be able to extract the i. NAME and the i.Value somehow, but cant figure out how
I appreciate any assistance
As a test, I am using this
B4X:
For i = 0 To panTreasures.NumberOfViews - 1
If panTreasures.GetView(i) Is FloatLabeledEditText Then
Log(panTreasures.GetView(i))
End If
Next
I thought I would be able to extract the i. NAME and the i.Value somehow, but cant figure out how
I appreciate any assistance