Hi,

Suppose I have a listbox aaa which has two items.
How to define the text for each item?


My code is incorrect but not sure why?
Code:
aaa.ItemData(0)="Yes"
aaa.ItemData(1)="No"
Thanks