Hi all
Is it possible to add an Array as the first parameter of an AttributedString - the purpose is it add it to a picker?
Example:
Obviously this code doesn't work but I hope it conveys what I am trying to do.
Thanks
Is it possible to add an Array as the first parameter of an AttributedString - the purpose is it add it to a picker?
Example:
B4X:
Dim s As AttributedString
s.Initialize(Array("book","cat","dog"), Font.CreateNew(35), Colors.White)
items.Add(s)
Obviously this code doesn't work but I hope it conveys what I am trying to do.
Thanks