Hello,
using the following code, I get an error when I try to get the selected item.
Any assistance would be appreciated.
using the following code, I get an error when I try to get the selected item.
B4X:
Dim att As AttributedString
Dim s As String
att.Initialize("",Null,Null)
att = Picker1.GetSelectedItem(0)
s = att.ToString
Label6.Text = s
Any assistance would be appreciated.