Forum Discussion
3 Replies
- tim_beynartChannel SurferI think you need to use the index to look up the value from the LabelList data provider (peudocode, syntax may be wrong)
list.content[index].title
- neowinstonVisitorThank you, Tim! You helped me a lot!
- ackmanxVisitorFor future reference of others, the specific code I had to use for your use case was:
m.setList.content.getChild(m.setList.itemSelected).title
Where m.setList was my LabelList.