G
Guest
I use the following piece of code to programatically insert an item into a
dropdownlistbox:
myDropdownListBox.items.insert(0, myDisplayedText)
This works but the value of the item is then the same as myDisplayedText.
My question: I want the value to be something different. How I can I
programmatically code the value of the item to be something different that
the displayed text?
dropdownlistbox:
myDropdownListBox.items.insert(0, myDisplayedText)
This works but the value of the item is then the same as myDisplayedText.
My question: I want the value to be something different. How I can I
programmatically code the value of the item to be something different that
the displayed text?