Hello,

When I add an item to a combo box like this:

combobox1.items.add("My Folder");

Then I get My Folder in the combobox but the value of this item is also My Folder.

How can I add a value AND a display item so for example when I ask for the value of the item that displays My Folder I get "c:\\users\\documents"