Thanks for looking at my question.
This is my first time working with Python so I am on the learning curve. I am creating a menu and I am populating a combo box from a field in a feature class in a file geodatabase. It works thought the data retrieved needs cleaned up, I have tried a few different way to retrieve the data and I get the same results.
I want to populate the combo box with map numbers, which I do get.... I want to see the map numbers looking like 01-01-01, etc. I get [[(u'01-01-01',),. I realize the [[ brackets are because I am putting the data is a list. Not sure on the rest of it.